Subject: controller to controller
Posted By: tigransh Post Date: 12/28/2005 6:45:17 AM
Is there an explicit way to call a controller from a controller in the Spring MVC model?

Reply By: mohan.karunanidhi Reply Date: 11/10/2006 11:48:13 PM
we can redirect the control between controllers using the following command in the controller .

String success="myapp.do?parameter1=value&parameter2=value"

return new ModelAndView(new RedirectView(success));






Yours
Mohan Karunanidhi

Go to topic 49771

Return to index page 124
Return to index page 123
Return to index page 122
Return to index page 121
Return to index page 120
Return to index page 119
Return to index page 118
Return to index page 117
Return to index page 116
Return to index page 115