Tuesday, April 29, 2008

Redirect in Spring MVC

return new ModelAndView(new RedirectView(redirectURL, true), model);

No comments: