On Wed, 18 Jun 2014 20:24:23 -0300, Net Dawg <net.d...@yahoo.com.invalid>
wrote:
Thanks, Thiago. Resolved. Generally, seems like this problem is caused
by botched getter method (my case) or not using translate/null handler
in presentation layer.
I cannot see how the null handler would affect or cause this issue. The
problem here was caused by using a text field or text area to edit
something which isn't a String. You can do that, but a Translator needs to
be provided in some way.
I got the hint from your question below and also other solutions to the
issue of translate attribute in textfield (to render dates etc). Turns
out programmer had overloaded the "getter method" in this case.
Specifically, the entity class, Project, had a "isDetails()" as well as
"getDetails()" method within the entity class. No clue why someone
would do that.
Hehehe, naming stuff is hard! :)
--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org