Thanks Thiago,
I actually do have a DataTypeAnalyzer in my AppModule
public static void
contributeDefaultDataTypeAnalyzer(MappedConfiguration<Class, String>
configuration)
{
configuration.add(PersonName.class, "personname");
}
Looks like if I take out the translator references everything works
correctly.
Regards,
Greg
On 3/06/2011 12:48 AM, Thiago H. de Paula Figueiredo wrote:
On Thu, 02 Jun 2011 04:31:55 -0300, Greg Pagendam-Turner
<g...@liftyourgame.com> wrote:
Hi all,
Hi!
I've also written a translator:
Why? A translator is used when you want to edit a property which isn't
a String with one text field, and this isn't your case.
Your code is missing a DataTypeAnalyzer to define a type for
PersonName. Otherwise, Tapestry will not use your edition block.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org