Handling Multiple Pages In Spring Mvc
I am new bee to SpringMVC and trying to implement this example in SpringMVC3. http://www.mkyong.com/spring-mvc/spring-mvc-handling-multipage-forms-with-abstractwizardformcontrolle
Solution 1:
Please try with @SessionAttribute("project")
and use targets for submit button in JSPs, so that controller knows and differentiate between next button and submit button.
Post a Comment for "Handling Multiple Pages In Spring Mvc"