Hi,
I've started to explore the converting mechanism of wicket. I've red
javadoc and both Wicket in Action and Wicket Cookbook but there still be
something not completely clear to me.
Converter are created by converter locator, which creates one instance
of converter for each java type, right? So the first question is: are
converters thread safe? If I have two session with two different locale,
is DateConverter thread safe?
The second question is: if converters are created and registered at
Application level, how can I implement a converter at Session level?
I want to implement a custom date converter based on a date patter which
depends on the current logged user.
Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]