I'm assuming your seeing this exception on a form submission? Could you
post your exception?

On Mon, Nov 24, 2014 at 7:41 AM, Erich Gormann <e.gorm...@gormann.de> wrote:

> Dear all,
>
> following code in Tapestry 5.3.7 makes problems:
>
> <t:zone ...>
>
>     <t:form ....>
>
>         <t:loop .....>
>
>             .... some formelements like text and select and actionlinks
> here ....
>
>         </t:loop .....>
>
>     </t:form ....>
>
> </t:zone ...>
>
> Problem: Inside the loop there is a number of actionlinks each triggering
> the removement of one item in the loops source collection. Now the value
> enocder throws a nullpointer in its toValue method, because it still tries
> to call the toValue method with the client id of the removed loop source
> item.
> The loops formstae is "VALUES".
> How to avoid this?
>
> Any hint is appreciated.
>
> Greetings, Erich
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


-- 
George Christman
CEO
www.CarDaddy.com
P.O. Box 735
Johnstown, New York

Reply via email to