[
https://issues.apache.org/jira/browse/TOMAHAWK-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cagatay Civici resolved TOMAHAWK-786.
-------------------------------------
Resolution: Invalid
This is clearly not a myfaces issue, jspf's are not simply processed in your
app. In order to use *.jspf's with jsp:include try adding the following to your
web.xml.
<servlet-mapping>
<servlet-name>jsp</servlet-name>
<url-pattern>*.jspf</url-pattern>
</servlet-mapping>
> panelTabbedPane does not render included ".jspf" file (bug is easily
> reproduced)
> --------------------------------------------------------------------------------
>
> Key: TOMAHAWK-786
> URL: https://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ø
> Assigned To: Cagatay Civici
> Priority: Minor
>
> 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.
-
You can reply to this email to add a comment to the issue online.