I have various pages that will bind to the same object, however some of the pages may vary depending on certain criteria. For instance, on one page some form fields are not displayed depending on the user. I want to include the user in the model but how can I do this since it looks like it just shows the next JSP page specified? Do I have to override the processFormSubmission method? Or any parameters I may have to pass?
For instance, displayTextDetail.jsp?sectionNumber=3
How do I pass those parameters?


Reply With Quote