panelTabbedPane does not render included ".jspf" file (bug is easily reproduced)
--------------------------------------------------------------------------------
Key: TOMAHAWK-786
URL: http://issues.apache.org/jira/browse/TOMAHAWK-786
Project: MyFaces Tomahawk
Issue Type: Bug
Components: Tabbed Pane
Affects Versions: 1.1.4-SNAPSHOT, 1.1.5-SNAPSHOT
Environment: 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
Reporter: Ole Kværnø
Priority: Blocker
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. :-(
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira