Add this in your hivemodule.xml

    <implementation service-id="tapestry.form.FormSupportFactory">
      <create-instance
class="org.apache.tapestry.form.MultipleFormSupportFactory"/>
    </implementation>

MultipleFormSupport works by prefixing all form elements id with "formId:"
But if you use autocompleters (or perhaps some other components) you
might experience
http://issues.apache.org/jira/browse/TAPESTRY-1196

I was planning on working on those issues + documenting everything after
i get back from my Christmas
vacations next Wednesday (27/12)... can't be of any more help right now :(




Chris Schroeder wrote:
> Hello,
>
> We've recently upgraded to Tapestry 4.1.1.  One of our pages has a @Form
> nested inside a @For loop, resulting in multiple forms on the page.  Up
> until now, we had been using the direct="false" parameter of the form to
> force the entire page to rewind upon submission of any of the forms.
> However, using this form action service is no longer an option in
> Tapestry 4.1.1.
>
>  
>
> Digging around, we found a MultipleFormSupport interface in the code
> that is new to Tapestry 4.1.1.  This looks like it may address exactly
> what we are trying to do.  Has anyone used this?  Is there a built-in
> way to create a form using this type of FormSupport interface?
>
>  
>
> Thanks in advance,
>
> Chris
>
>  
>
>
>   


-- 
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


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

Reply via email to