Re: Please Help: ActionForm Re-Population

2003-07-15 Thread Susan Bradeen
On 07/14/2003 01:25:58 PM Aaron Longwell wrote: Oops, spoke too soon. You discussed 2 options: 1) All drop-down list data goes into session 2) input attribute for the update event goes back to edit Action instead of edit JSP I went with #2 and that brings up a new issue. Doing that

Please Help: ActionForm Re-Population

2003-07-14 Thread Aaron Longwell
I am on the last leg of a web application, and I've run into problems adding validation to the mix. I have an edit Action that retrieves a database record, a list of drop-down options, and then populates the editor ActionForm. Works great, and I LOVE STRUTS! Now I've implemented validation

Re: Please Help: ActionForm Re-Population

2003-07-14 Thread Aaron Longwell
Oops, spoke too soon. You discussed 2 options: 1) All drop-down list data goes into session 2) input attribute for the update event goes back to edit Action instead of edit JSP I went with #2 and that brings up a new issue. Doing that causes all of the current values for the fields to be lost