hi,
I'm a newbie with stripes framework and I have difficulties to use the 
<s:errors/> tag
in fact, I have StripesResources.properties and 
StripesResources_fr.properties in my project
I validate my login form in the ActionBean with this :
@Validate(required=true) private String username;
...

But informations generated by the <s:errors/> always come from the same 
StripesResources, even if the locale has changed!
I don't know why because with all the other objects in the page, there's no 
problem.

I tries this just before the <s:errors/> :
<fmt:setLocale value="${pageContext.request.locale}"/>
But the problem is not fixed. <s:errors/> doesn't care about the locale?

May be I didn't understand something but what?

Thank you very much for your help

Cédric



------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to