@@ -612,7 +612,7 @@ public class TsaBusinessController extends TsaBaseController {
ModelAndView mav = new ModelAndView();
mav.addObject("params", brand);
- mav.setViewName("business/BrandSearchForm");
+ mav.setViewName("business/BrandSearchPopupForm");
return mav;
}
@@ -3,7 +3,7 @@
xmlns:th="http://www.thymeleaf.org">
<!--
*******************************************************************************
- * @source : BrandSearchForm.html
+ * @source : BrandSearchPopupForm.html
* @desc : 브랜드 팝업 Page
*============================================================================
* STYLE24