Sorry, I thought I'd have time to play with your example, but I don't.

In the past I've found that a Zone inside a Form is problematic. I think the 
zone updates upset the structure that Form expects (is that true, anyone?). I 
think the usual advice on the mailing list in this case is to use FormFragment 
instead of Zone, with each request from a FormFragment being a Submit (with 
mode="cancel" defer="false", and the Form having zone="^") rather than an 
EventLink, but that might not help you. Luckily for me, I've never had a UI 
design that flows in the way yours does. And I don't think I've ever tried 
putting a FormFragment inside a Loop.

The only other thing I can offer is probably not much help either: life will be 
much easier if you can somehow redesign it to have a Form within a Zone (within 
the Loop), like these:

        
http://jumpstart.doublenegative.com.au/jumpstart7/examples/ajax/formsinaloop
        
http://jumpstart.doublenegative.com.au/jumpstart7/examples/ajax/formsinaloopwithdeh

Geoff

On 15 Aug 2014, at 5:50 pm, Stephan Windmüller 
<stephan.windmuel...@tu-dortmund.de> wrote:

> On 12.08.2014, I wrote:
> 
>> To demonstrate it, I created an example application along with a screenshot:
>> https://github.com/stovocor/tapestry-zone-defer
>> As you can see when starting it, the parameter of the select field in
>> the zone is null when hitting the "Add" button. Furthermore the wrong
>> zone is updated because of the loop.
> 
> Did anyone take a look at the example or could me point to an example
> AJAX component which can be used in a loop inside a form?
> 
> - Stephan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to