Hi all! I need to construct a form with multiple pages using the woody form and binding framework. The first page asks for user data, the second page for contract data and so on. I have to bind one XML source to that form. How can I do this?
When the user fills in all the part specific data correctly (for example the users data section) the data have to hold and the next form part have to be processed. After all pages and validations done the model have to be bind back to the source XML document. At this time I load the source once and bind it to one big form definition. The parts I publish doing several showForm() function calls with differnet templates. But like this I cannot do it. The performance is much too bad. Can anybody give me a hint how I do it in a better way? Thanks, Markus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
