Chaps,
        need a hint please.

I have my own IConverterLocator which provides standard display of
things like Money, Percentage & other domain types we have invented.

All is good.

Today I enhanced it to handle our Country type. This is an @Entity.
To my surprise the rendering didn't change. It seems I am getting
a wrapped class back from Hibernate (CGLIB artifact) rather than the
real type. (I guess I should have known this already).

The IConverterLocator doesn't know about this class, and can't as it
is dynamically created. Can anyone suggest a way of handling this?


Cheers - Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to