|
|
|
@ -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";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|