You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "dragan.sahpaskix@gmail.com" <dr...@gmail.com> on 2011/05/31 17:56:07 UTC

tapestry-hibernate TypeCoercers

Hi,
Is there a reason why tapestry-hibernate does not provide a TypeCoercer
between String<->EntityType or ID<->EntityType. it provides ValueEncoders
and the implementation would be pretty much the same.

I have a problem when I re-throw an event from an triggered from an
eventLink. If I catch the eventLink event I can put an entity as a context,
but If I put the same entity as a context to the re-thrown event, than I
cannot have the entity as the context on the re-thrown event handler,
because I guess it needs a TypeCoercer to do the conversion.

Just curious why is there no TypeCoercers for entities and does someone
think this use case is justifiable to file a JIRA.

Cheers,
Dragan Sahpaski