[
https://jira.jboss.org/jira/browse/JBIDE-5768?page=com.atlassian.jira.plu...
]
Maxim Areshkau commented on JBIDE-5768:
---------------------------------------
There exist an error in logic of work temlate f:facet. There is an assumption
"Only one JSF component may be present inside a facet tag, if more are
present only the first one is rendered and the other ones are
ignored.". I am looking into it and check which elements can be used in f:facet to.
ui:include and f:facet header/footer don't render
-------------------------------------------------
Key: JBIDE-5768
URL:
https://jira.jboss.org/jira/browse/JBIDE-5768
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.1.0.CR1
Reporter: Menashe
Assignee: Maxim Areshkau
Fix For: 3.1.0.CR2
Attachments: test-footer.xhtml, test-header.xhtml, test.xhtml
i have this code inside <rich:dataTable>
<ui:include src="paginator.xhtml"/>
when paginator.xhtml
<f:facet name="footer">
<s:span>TEXT</s:span>
</f:facet>
the TEXT is not rendered in the Visual/Source and Preview panels.
however when <f:facet> tag is removed it renders fine.
Same is true with <f:facet name="header">
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira