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

Reply via email to