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

 

Reply via email to