I'm using Struts 2 validation and I'm getting a NullPointerException when the page is being displayed (before it is even being submitted or validated). I did some searches and found this Jira: https:// issues.apache.org/struts/browse/WW-2150. It states that it has been fixed in version 2.1.3. I've updated to the latest SNAPSHOT of 2.1.3 and I'm still getting the error.
The problem seems to be with the <message key...> validation. If I change it to <message> it works.
Can someone confirm there is not a problem with my setup?
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)