Data reposting when forwarding to Action

2003-07-10 Thread John M. Corro
I'm currently running into an issue w/ data reposting after I've forwarded to another Action. In my ActionForm, say I have an ArrayList of ApplicationUser objects. In the associated JSP page, I list the data for each ApplicationUser object in a HTML table (one row for one ApplicationUser). The

Re: Data reposting when forwarding to Action

2003-07-10 Thread Sandeep Takhar
Yes step #7 is occuring. One of the reasons for not chaining actions together. sandeep --- John M. Corro [EMAIL PROTECTED] wrote: I'm currently running into an issue w/ data reposting after I've forwarded to another Action. In my ActionForm, say I have an ArrayList of ApplicationUser