I have a page with 3 forms.  I have implemented each
form separately and combined the result in one page
using map:aggregate.

-Alex

--- Upayavira <[EMAIL PROTECTED]> wrote:
> I have a site that has three forms on a page.
> Currently, I've 
> implemented them as all the same form, but this has
> its complications. 
> How can I implement them separately?
> 
> Currently I use code such as:
> 
>   var form = new Form("forms/info/info_model.xml");
>   form.showForm("internal/info-pipeline", {"auth":
> auth, "stats": stats, 
> "page": page});
> 
> If I have:
>   var form1 = new Form("form1_model.xml");
>   var form2 = new Form("form2_model.xml");
>   var form3 = new Form("form3_model.xml");
> 
> How do I then show the combined page?
> 
> Regards, Upayavira
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


=====
Alex Romayev
Software Architect
http://www.romayev.com
[EMAIL PROTECTED]

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

Reply via email to