Hai users
i am having a small problem with the method onSubmit() in the simpleform controller.
In my form onbind is called and then validator is also called whose return value is true but the method on submit is not being callled.What may be the problem
Can we get the HttpServetRequest parameter in this.Code:protected ModelAndView onSubmit(Object command)throws Exception{ logger.info("Inside the onsubmit"); return new ModelAndView(new RedirectView(getSuccessView())); }
Thanks
aniesh U.K


Reply With Quote
you might have some validation errors.
