king
08-12-2004, 12:37 AM
There is a question to ask when i write an program of web application baseing springmvc.
the founction Onsubmit of the class Acontroller return new ModelAndView(new RedirectView("bController.do"),mymodel);
and some objects were put into mymodel,Would you tell me how to get the value of mymodel from bController??????
the founction Onsubmit of the class Acontroller return new ModelAndView(new RedirectView("bController.do"),mymodel);
and some objects were put into mymodel,Would you tell me how to get the value of mymodel from bController??????