Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.5
-
None
-
Operating System: All
Platform: All
-
27545
Description
java.lang.NullPointerException
at
org.apache.struts.taglib.html.MessagesTag.doStartTag(MessagesTag.java:248)
If you could put the following it would save an hour of debugging and
head-scratching:
if (report == null) throw new JSPException("cannot display null ActionMessage!");
I think it comes from the Validator but I haven't got that far yet.
Adam