Re: RePopulating EditScreen with ActionForm Data

2006-08-22 Thread Bart Busschots
Use the struts taglibs and put your form into session scope and you'll get the behaviour you want "out of the box". Bart. Mississippi John Hurt wrote: Hi, What's the best way to do this? User finished an edit screen, formaction is populated, and info is displayed on a ReviewInfo page. User

Re: RePopulating EditScreen with ActionForm Data

2006-08-21 Thread Puneet Lakhina
On 8/22/06, Mississippi John Hurt <[EMAIL PROTECTED] > wrote: Hi, What's the best way to do this? User finished an edit screen, formaction is populated, and info is displayed on a ReviewInfo page. User clicks "go-back-edit" goes back to the editscreen, but now data is gone. So how should I fix

RePopulating EditScreen with ActionForm Data

2006-08-21 Thread Mississippi John Hurt
Hi, What's the best way to do this? User finished an edit screen, formaction is populated, and info is displayed on a ReviewInfo page. User clicks "go-back-edit" goes back to the editscreen, but now data is gone. So how should I fix this? Is the best way to put hidden properties for the form on t