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
- Submitting a collection to Struts action gokul balasubramanian
- Re: Submitting a collection to Struts action Milan Milanovic