Re: [Stripes-users] Localization and MessageFormat

2009-09-30 Thread Freddy Daoud
Hi Philip, In my JSP's I have: fmt:message key=foo1/ fmt:message key=foo2/ fmt:message key=foo3/ The page returns: Foo's Foo''s Foo's This kinda makes sense but I see that the Stripes SimpleMessage class implementation is supposed to use:

Re: [Stripes-users] Localization and MessageFormat

2009-09-30 Thread Philip Constantinou
Thanks Freddy - So I'm still trying to figure out what all the rules are and when i use: ' vs '' fmt:message key=foo/ USE ' fmt:message key=foofmt:param value=bar/fmt:message USE '' stripes:label name=foo/ -- USE ' stripes:error name=bar/ -- '' USE '' Is that right? Blurg On Sep 30,

Re: [Stripes-users] Locale Picker and request interceptor

2009-09-30 Thread Oscar Westra van Holthe - Kind
On 24-09-2009 at 16:45, Lionel wrote: Hi all ! I would like to set the user locale as a thread local variable from an interceptor (based on the user account) and get this value from a custom LocalePicker. But it seems that the LocalePicker.getLocale() is called before interceptors. Is

Re: [Stripes-users] Localization and MessageFormat

2009-09-30 Thread Freddy Daoud
Hi Philip, - Thanks Freddy - - So I'm still trying to figure out what all the rules are and when i - use: ' vs '' - - fmt:message key=foo/ USE ' - fmt:message key=foofmt:param value=bar/fmt:message USE '' - - stripes:label name=foo/ -- USE ' - stripes:error name=bar/ -- '' USE '' - - Is

[Stripes-users] Missing StripesRequestWrapper when using web.xml to direct 404 errors to a Stripes action.

2009-09-30 Thread Geoff Shuetrim
I am using Stripes 1.5.1 and Tomcat 6. I am trying to use a stripes action to respond to requests that result in a 404 error. I have added: error-page error-code404/error-code location/errors/Error.action/location /error-page to the web application's web.xml file. When I trigger a