On Fri, 15 Feb 2013 08:31:40 -0200, nquirynen <nat...@pensionarchitects.be> wrote:

Hi,

Hi!

<t:loop t:source="coordinates" t:value="coordinate" t:index="loop">
   <t:textfield t:value="coordinate.value"></t:textfield>
   <t:textfield t:value="coordinate.description"></t:textfield>
</t:loop>


It does show all the values, but on submit it says:

Could not find a coercion from type java.lang.String to CoordinateDto

You need to provide a ValueEncoder for Loop with text fields to work inside a Form (Loop's encoder parameter).

--
Thiago H. de Paula Figueiredo

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

Reply via email to