Hi, you have multiple options. First, if you store your users in database, then in your execute method you can retrieve them from database, or you can store them in user session scope:
http://www.roseindia.net/struts/struts2/struts2ajax/struts2-session.shtml Session scope -- Regards, Milan gokul balasubramanian wrote: > > Hello,I have a page with a collection of users. So I populate the form > bean before displaying it and pass it to the view action. I use > the <logic:iterate> tag to display them. These users can be > modified. When I submit the form I am unable to iterate over the > collection and found that it had a 'null' value. I am not sure how I > am supposed to solve this. How do I retrieve the modified collection of > users in the Struts Action?Any help is much appreciated.CheersGokul > > > -- View this message in context: http://www.nabble.com/Submitting-a-collection-to-Struts-action-tp18153072p18163282.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]