Re: loops, zones and encoders

2011-05-26 Thread Alexander Rosemann
The (imo) odd behaviour I encounter is that the loop encoder gets executed ie. 10 times and *after* that the setter method of the textarea gets called. I would expect the encoder gets called for textarea1 and then *immediately* after, the textarea-setter. This works if I remove the surroundin

Re: loops, zones and encoders

2011-05-25 Thread Alexander Rosemann
Hi, Thanks for the quick feedback! This is not working for me, since I only have one submit button outside of the loop. So I'm still stuck with the problem that first the encoder (cEncoder) is converting all client values, and afterwards the setters on the text area (setTextareaValue) are cal

Re: loops, zones and encoders

2011-05-25 Thread Taha Hafeez
Sorry, defer = false, default is true regards Taha On Wed, May 25, 2011 at 9:57 PM, Taha Hafeez wrote: > Hi > > Try setting defer = true > > Check out the defer attribute of submit component. > > There is a good explaination by Josh here > > > http://tapestry.1045711.n5.nabble.com/submit-contex

Re: loops, zones and encoders

2011-05-25 Thread Taha Hafeez
Hi Try setting defer = true Check out the defer attribute of submit component. There is a good explaination by Josh here http://tapestry.1045711.n5.nabble.com/submit-context-in-loop-td4398848.html#a4401092 r