I have setup a simpleFormController (regController.java) to handle register new users function, as the success view pointing to userHome.do. i am hesitate to write another controller to handle userHome.do because all user information has been put into the ModelAndView by the regController.java.
if i have to write another controller to deal with userHome.do, how can i pass the ModelAndView from the regController to this new controller?
if i don't have to write a new controller, how can i get user information to be displayed on the userHome.do ?
Any thoughts will be appreciated.![]()


Reply With Quote
