Re: [T5] issue with coercion in loop (not in form)

2010-10-09 Thread Fanzhen
do you have another loop in your page tml? or a component using a loop. formState="none" are also required!!! On 2010-10-6 21:19, Ben Dinnerville wrote: hi All, I am getting a coercion error when using 5.1.0.5 and a loop - not inside a form. The strange thing is, I have provided both a

Re: [T5] issue with coercion in loop (not in form)

2010-10-06 Thread Josh Canfield
> encoder="callTrackEncoder" volatile="true" formState="none"> Your loop calls the setter for the value parameter on every iteration. If the types do not match then tapestry happily tries to make a match and coerce them for you. For instance, if your source is List and your value is Long then Int

[T5] issue with coercion in loop (not in form)

2010-10-06 Thread Ben Dinnerville
hi All, I am getting a coercion error when using 5.1.0.5 and a loop - not inside a form. The strange thing is, I have provided both a ValueEncoder and contributed a Coercion to no avail. Here is the start of the error: BeginRender[calltrack/Services:loop]: Failure writing parameter 'value'