Re: Revising user input

2007-03-16 Thread Laurie Harper
Christopher Becker wrote: Another issue - I wish to allow users to modify content to records saved to the database, by loading up the same (or identical ) form referenced below with a saved record and allow for modifications. I do this in an action which retrieves the record from the

Re: Revising user input

2007-03-15 Thread Christopher Becker
Chris; Thanks for the reply - I took the session-based form approach, which worked fine. Another issue - I wish to allow users to modify content to records saved to the database, by loading up the same (or identical ) form referenced below with a saved record and allow for modifications. I do

Revising user input

2007-03-14 Thread Christopher Becker
Hi; I am using Struts 1.2.7, and am developing a user form that employs the validator framework. Once validation is successful, I display the results back to the user on a JSP page, before final submission to the business layer for database update. At this point I would like to give the user

Re: Revising user input

2007-03-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, Christopher Becker wrote: A simple javascript:back() approach is not feasible (nor desirable) [...] [snip] Could someone provide insight on the best approach to allow for re-display (and re-validation) of form content? Any guidance would