On Tue, 17 Sep 2013 16:19:11 -0300, George Christman <gchrist...@cardaddy.com> wrote:

Hi Thiago,

Hi!

I just realized I forgot to put the exception.

:P

It was failing
with the following exception on submit. The values loaded without issue on page render.
An exception has occurred processing this request.
Could not find a coercion from type java.lang.String to type
org.healthresearch.etss.pages.employee.TimeSheet$TsWhour.

This means you haven't provided a Translator for TimeSheet.TsWhour nor Tapestry could provide one by itself. In addition, never, never ever use classes nested into pages, components and mixins outside of them (including passing instances of them to other components, as it's the case here) due to Tapestry's live class reloading, which also ends up changing the inner classes too.

--
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