I have a woody form which is handled by flow. As an option in current form I would like to give possibility to fill other woody form, which is also a flow. As the user ends with called flow I would like to come back to previous flow (or woody form).
I would like to do it like that:
// ...
do {
form.showForm("step1.html");
if (form.submitId == "add-user")
// the function I don't know
call_woody_form("user.html")
while(form.submitId != "next");// ...
Is it possible to do such thing? Is it also possible to pass a bean the called form should use?
Regards, Marcin Okraszewski
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
