There seems to be a bug in the localization of the bean validation error
messages.

When I start my server locale is "de" and the client locale is "en" the
message is displayed in German "First Name kann nicht null sein".

I guess the bug is in BeanFieldValidator#interpolateMessage - this calls
MessageInterpolator#interpolate without the current Locale, there's
another method with the additional Locale parameter.

Should I file a JIRA?

-- 
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to