Rick Reumann wrote:
So, If the first page is to be used only to figure out how to populate the next page based on a parameter selected from the select list, just have the form submit to your Action (assuming a dispatch action it might go to "setUpForm" and in that method you pull out from the Request what the user selected and then use that for whatever you need in oder to populate your action form and then forward on to the form.jsp.

If the first form is used for more than just getting a parameter (you collected data that you need to retain) than I would make the form session scoped in your struts-config and anything entered on that first form will also remain in the form that I'm assuming you are then going to foward to again after you do what you need to do when you get the parameter you want from the select list.

The select is only there to figure how to populate the next page, however I would like the have the selectlist on the next page aswell so the client may jump between different months, as it will be in this case.



regards, Robin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to