Hi all,
Please pardon my stupid question because I dont have much experience with struts or portals !!!
I have gone thru the struts-bridge documentation that is given on the jetspeed website, and I have a few questions as to what would be the best way to solve my problem.
I have two pages in a portlet. On the first page there is a submit button, and a textField. When user clicks the button, the second page should come up. The second page has a drop down which needs to be loaded based on the textField value that the user entered on the first page.
From the documentation, I think here is how I should do it ---
I need to have two actions. When user clicks submit button, the first action (which is action-URL) gets called, I save the textField value in DB. Then redirect to the second action in the actionMapping. And the second action will be a render-URL, and that will call the DB and load the dropdown and put it in session and forward to the second page ??
Please bear with me if the question is very dumb :(
Thanks, Amit
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]