Dear Struts users, I have a form bean with request scope. When submitting the form, the bean can be accessed from the "next page" as expected. On the next page I'd like to show a "Modify" button that goes back to the previous page with all the values entered, so the bean must accessed again. If I set the bean scope to session, I can reach the data just fine and works perfectly. Is there a way to access all the data from the form page when someon pushes the "Modify" button without setting the bean scope to session? So the form data should be carried along several pages until all the data are stored in a database. I thought it was not a very good idea to set the bean scope to session, because in session scope I store user ID, etc... Presumably I should use <bean:define> and I tried it without success. Any ideas how to accomplish this?
thanks a lot, Regards, Balazs ____________________________________________________________________________________ Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games. http://games.yahoo.com/games/front

