Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
1.1.4-SNAPSHOT, 1.1.5-SNAPSHOT
-
None
-
None
-
myfaces-example-simple-1.1.5-SNAPSHOT.war [2006-11-14]
tomahawk-1.5.0-SNAPSHOT + tomahawk-examples-1.1.5-SNAPSHOT
Firefox 1.5.0.8 and IE 6.0-SP1
Description
If file extension ".jspf" is used, [Tab 2] is not rendered
Bug is reproduced by:
- 1) copy "tab2.jsp" to "tab2.jspf"
- 2) In file "tabbedPane.jsp"
<f:subview id="tab2" >
<jsp:include page="tab2.jsp" />
</f:subview>
Change line to:
<jsp:include page="tab2.jspf" /> - 3) Tab 2 is not rendered.