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