There's a bug with the Converter property of the contrib:FormTable.  In
the JWC, the Convertor property on the delegated TableRow component is
set up as a <binding> rather than an <inherited-binding>.  What that
means is that the Convertor is not used by the Table.

This is a huge problem if you're using a Hibernate (or other ORM)
collection as the source because rather than using a nice small PK value
like an Integer, you end up with a huge detached object graph serialized
into your page.

The fix for this is obscenely easy and I submitted the patch months ago.
Will this be addressed in Tapestry 3.1 (4.0) or is there a reason that
it's set up the way it is?

(And while you're at it, deprecated the mis-spelling - it's "Converter"
not "Convertor" unless you meant to invent a new word, in which case
it's OK.  Confusing, but OK.)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to