DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29155>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29155

Unreadable error description





------- Additional Comments From [EMAIL PROTECTED]  2004-05-24 15:31 -------
This is the line from the RequestProcessor with the NullPointerException:

if (forwardPath.startsWith("/")) {
...

The attribut path of the element forward from the struts-config is mandatory. 
The only reason (imho) for a NullPointerException is: you have deactivated the 
validation of struts-config. Go to your web.xml and search for a entry like

    <init-param>
      <param-name>validation</param-name>
      <param-value>false</param-value>
    </init-param>

Remove this part (because the default value is true) or set it to true.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to