Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.0.5
-
None
-
Tomcat 5.5
JDK 1.5.0_09
SiteMesh 2.3
Description
I used tabbedpannel in struts 2.0.1, when I switched to struts 2.0.5, I noticed that the <s:panel> did not exist longer and must be replaced by <s:div>.
when I did it, Two problem happened:
1. There is a problem in using FireFox (some .js files could not be found)
2. I used SiteMesh as decorator and in my main decorator I used <s:include> to include another pages, now I get a NullPointerException when struts try to include some include pages.