Anyone? I'm returning a new unpersisted entity from my addrow listener, modifying it in the UI, then clicking submit. Ajaxformloop never attempts to update the values server-side for this new row.
On Tue, Jul 12, 2011 at 7:27 PM, Ray Nicholus <rnicho...@widen.com> wrote: > Note that I am using a custom value encoder. When I click submit, the > values in the rows that were rendered during form load are synced, resulting > in calls to getValue of my value encoder, but this does not happen for rows > added via the addrow event.