You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by jm...@emailias.com on 2001/07/05 14:29:39 UTC

STRUTS and VAJ 3.5.3

I'm trying to use STRUTS with VAJ 3.5.3
I have the IBM's and the APACHE's examples installed.
The only JSP that works is the IBM employeelist jsp.
http://localhost:8080/employeelist/jsp/employeelist.jsp
 
Everytime I try to run any other JSP I get an error that reads.

Error 500
An error has occured while processing request:http://localhost:8080/struts_example/index.jsp
Message: Server caught unhandled exception from servlet [jsp]: null

Target Servlet: jsp
StackTrace: 
----------------------------------------------------
Root Error-1: null

java.lang.NullPointerException



Any idea why I'm getting that error?

Thanks in advance for your reply....

Jorge