Re: Localization

2008-05-07 Thread Michael J. Long
Yes, RequestLocaleManagerImpl was "broken" with the fix for an issue in 4.1.3. Therefore, it works fine in Tapestry 4.0.x. On May 7, 2008, at 2:07 PM, Jonathan Barker wrote: Yes, what I have works fine. Because it is cookie-based, it also

Re: Localization

2008-05-07 Thread Michael J. Long
I observed a similar behavior, which I traced back to the RequestLocaleManagerImpl (see my post on the subject: ). As I have not received a response (and my implementation, which is attached, seems to have sol

Bug in RequestLocaleManagerImpl?

2008-04-14 Thread Michael J. Long
I believe I have found a bug in RequestLocaleManagerImpl due to it being a pooled service. There is a member variable, _lastPersisted, which stores the last Locale that was persisted (i.e., stored as a cookie). However, since RequestLocaleManager is a pooled resource, that instance may be u