Amit Keshav Kulkarni wrote:
This doesn't look like a validator problem, since the error is occurring from the <bean:message> Tag.Hi AllI facing problem in Validator - Struts 1.1 . I am having two fields and checking for the empty fields.While submitting the form with empty fields, I am getting the following error in Tomcat 4.0.3 This is the error that it is throwing in the Browser...... java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:380) at org.apache.jasper.runtime.PageContextImpl.setAttribute(PageContextImpl.java:229) at org.apache.struts.taglib.html.MessagesTag.doStartTag(MessagesTag.java:250) at org.apache.jsp.login$jsp._jspService(login$jsp.java:185)
You don't seem to be using a recient struts 1.1 version because the line numbers in the trace don't match the current CVS source.
-Rob
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

