You are using v1 of the Form.js. Check out v3. You can definitely do it
there. I do it all the time. 

>     var model = form.getModel();
>     var bizdata = { "username" : model.name };
>     cocoon.request.setAttribute( "myBizData", bizData );
> 
>     var formSuccess = new Form("forms/registration.xml");
>     formSuccess.showForm("registration-display-pipeline");

IIRC something like:

${cocoon.request.getAttribute('myBizData')}

HTH.

Bye, Helma

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to