Can anyone tell me what affects if submitted form will be validated. I have Towns and Countries. In Countries works validating in Towns not and I can't find where what differ (or error is).
Any suggestion?
Implemented methods:
Code:public class TownFormController extends BaseFormController { public ModelAndView onSubmit(HttpServletRequest request, ..... } protected Object formBackingObject(HttpServletRequest request) ..... } }


Reply With Quote