Rick Reumann wrote:
(By the way I pass in an optional default format in my constructor as shown above, but my converters have a setFormatPattern(..) method that can change the format at any time)

Don't you end up with thread safety issues calling setFormatPattern() though? I would want to call setFormat (or setLocale() or something) on a per-request basis to cater to the individual user.

Does BeanUtils ensure a new ConvertUtilsBean is instantiated each time? If so, I really like the idea of setting up all my common converters once on startup instead of in each request :-)

L.
--
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/~laurie/


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

Reply via email to