Anyone have a clue why the latest version of Struts causes this? It was working fine with my previous version of Struts but I wanted to the ValidWhen functionality, so I upgraded.
Code:[org.apache.commons.validator.ValidatorAction] - <Unhandled exception thrown during validation: null> java.lang.NullPointerException at org.apache.struts.validator.Resources.getMessageResources(Resources.java:127) at org.apache.struts.validator.Resources.getActionMessage(Resources.java:349) at org.apache.struts.validator.FieldChecks.validateRequired(FieldChecks.java:94)


