Hi,
my entry from the ressource bundle is found pretty well when I use it like this:
if (username == null || username.equals("")) errors.add("username", new ActionMessage("loginForm.username.empty"));
However, if I want to use the localized entries in a JSP directly, it does not work:
<fmt:message key="loginForm.username.empty" />
... only gives me
???loginForm.username.empty???
How is this possible?
When it comes to the Validator plugin, <html:errors> and <html:javascript> can't find the entries as well.
Lots of thanks in advance and kind regards, Simon
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]