I have been seeing this on a lot of pages since upgrading an app to 2.0.2
ValidatorResources.getForm(511) | Form 'null' not found for locale 'en'
(line 511 because I upgraded to 1.3.1 commons-validator)
It turns out this this message occurs when the validator.jsp is loaded via
the include direc
Disregard this. The Spring bean for the resource support was not registered.
David
David Whitehurst wrote:
>
> I'm not quite sure why this doesn't work. But I get missing locale
> property replacements using the AppFuse label tag but fmt:message works.
> ...
>
> ??
Also, when user.property changed to userForm.property in the AppFuse tag, get
this ...
WARN [btpool0-2] ValidatorResources.getForm(448) | Form 'userForm' not found
for locale 'en_US'
WARN [btpool0-2] ValidatorResources.getForm(448) | Form 'null' not found for
locale 'en_US'
The "null" not found