I am learning while I am developing a
Struts application. What I have tried to accomplish is to use the templates within the tiles tag library. It is a very simple design--title, header, menu, body, footer scenario.
However, I continue to get a NPE when I go to the home
jsp.
I am using JDK 1.5, JBoss4.0.3SP1.
This is my template for the home page:
This is my struts-config.xml
This is my tiles-def.xml file:
This is my web.xml file:
This is the error code I am getting:
Any help at this moment would be greatly appreciated as all I am trying to do is get he app up and running.
As always, thanks for taking the time to read my post.
Russ