shoa
Jun 7th, 2006, 07:45 AM
Hello
I have a successView that is a simpleFormController. From the formView (also simpleFormController), I want to pass some parameters in onSubmit() function. Based on different parameters, the success view will show different items in the page. How I can do that. I only know somthing like
ModelAndView mv = new ModelAndView(new RedirectView(getSuccessView()));
return mv;
I donot want to put anything in session
Thanks for any help
sho
I have a successView that is a simpleFormController. From the formView (also simpleFormController), I want to pass some parameters in onSubmit() function. Based on different parameters, the success view will show different items in the page. How I can do that. I only know somthing like
ModelAndView mv = new ModelAndView(new RedirectView(getSuccessView()));
return mv;
I donot want to put anything in session
Thanks for any help
sho