RE: JspException: null in doStartTag() of form tag

2006-10-02 Thread Jennifer Jacobs
David, Thanks so much! You wouldn't believe it, but I already HAD log4j in there and totally missed the error message that was causing me problems. Your response made me recheck it, though, and I caught it - my local engine couldn't connect to the location I had for my dtd file in my web.xml.

RE: JspException: null in doStartTag() of form tag

2006-10-02 Thread Samere, Adam J
Can you post the stack trace from your application log along with the version of struts you are using and the class ContactUsTestForm inherits from? Adam -Original Message- From: Jennifer Jacobs [mailto:[EMAIL PROTECTED] Sent: Monday, October 02, 2006 1:44 PM To: user@struts.apache.org

RE: JspException: null in doStartTag() of form tag

2006-10-02 Thread David Pinho (Hexadecimal)
Hi Jennifer, You can try to put a log4j.properties with something like: log4j.rootCategory=DEBUG, console log4j.appender.console=org.apache.log4j.ConsoleAppender log4j.appender.console.layout=org.apache.log4j.PatternLayout log4j.appender.console.layout.ConversionPattern=%d - %5p [%t] (%l) - %m%n