--- Balazs Michnay <[EMAIL PROTECTED]> wrote: > 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?
Sure; use the id to retrieve the bean (just like you would for a normal 'edit' CRUD-type action) and pre-populate the form. > So the form data should be carried along several > pages until all the data are stored in a database. That's pretty much what session is for, unless you want to re-retrieve the bean on each page, or you need to allow trivial multi-page/tab capabilities. d. ____________________________________________________________________________________ Need Mail bonding? Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users. http://answers.yahoo.com/dir/?link=list&sid=396546091 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]