I was following along with the JSTL in Action book to get
my i18n messages off into the appropriate properties files,
and displayed with the fmt:message tag.  The book suggests
putting a LocalizationContext in scope with the resource
bundle and locale, so I did that.  Everything works great,
as far as displaying the appropriate localized messages,
as well as date and number formatting.

But the PropertyResourceBundle does not seem to be
serializable.  The application server (in this case JRun)
complains about not being able to serialize the session.

What is the best-practice way for working around this so
I can properly use the i18n features, but still support
session persistence in an app server?

Thanks much,
Paul
-----
Paul Hodgetts -- President, Principal Consultant
Agile Logic -- www.agilelogic.com
Consulting, Mentoring, Development, Outsourcing, Training
Java, J2EE, C++ -- Agile Processes, XP, Rapid Development


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

Reply via email to