I would use a form bean, and just check for matching key values as the form is displayed to populate with prior selected values.
I had a form validator that used a hidden field to determine which step the user was submitting, so it would know which portions of the bean to validate, then the whole thing was validated once more as it was being saved. Chris Peterson On 9/24/10 1:19 AM, "jet" <[email protected]> wrote: > With wizards, say a user wants to back track from step 3 to step 2 or > 1. What are some ways to populate the form in step 2 with the values > that the user has already entered? Thanks -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
