I've got couple pages with corresponding actions. Made them Prepare and Session Aware to marshal my multi-page wizard data to/from session scope. That works fine.
Situation --------- - I type into form on page 1 and click next/submit. - On page 2 I would like to go back to page 1. - When I go back to page 1 can I get WW to pre-fill the form with the data that was orginally typed in? On my second page I have a BACK button which just redirects to page 1 like so: <input class="button1" type=button value="Back" onclick="window.document.URL='page1.jsp'"> Is there any way that I could invoke an action for the page 1 so that it pre-fills form data and displays the page to the user? The only thing I have seen in the documentation for Action class API states the following with regard to the action type of INPUT: "The action execution require more input in order to succeed. This result is typically used if a form handling action has been executed so as to provide defaults for a form. The form associated with the handler should be shown to the end user. This result is also used if the given input parameters are invalid, meaning the user should try providing input again." Help! Thanks. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user