I have a multi page wizard which ultimately produces 10 output pages which show data entered into the form(s). The user then reviews the output pages, can modify input data, and then can click a final submit button when satisfied with their entries. So far so good. At this final submission, I want to render the same 10 output pages but this time save them as html files on the server.
i.e., how can I, from one action, call 10 other actions and instead of returning output to the browser, save as a server-side html files. -- jack --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

