@ -110,7 +110,7 @@ public class XitFrameAnonymousController {
*/
@RequestMapping(value="login/validator", method={RequestMethod.GET, RequestMethod.POST})
public String validate() {
return "framework/cmmn/util/validator"+TILES_TYPE.NONE.getVal();
return "include/fims/validator";
}
@ -35,7 +35,7 @@ public class XitFrameUtilController {
@RequestMapping(value="validator", method={RequestMethod.GET, RequestMethod.POST})
return "util/validator";
/**