[
https://issues.jboss.org/browse/JBIDE-6072?page=com.atlassian.jira.plugin...
]
Denis Maliarevich edited comment on JBIDE-6072 at 8/1/12 9:48 AM:
------------------------------------------------------------------
rich:panel in RF4 renders only plain html tags and text in its header.
was (Author: dmaliarevich):
rich:panel in RF4 render only plain html tags and text in its header.
rich:panel do not render its surplus tags in VPE
------------------------------------------------
Key: JBIDE-6072
URL:
https://issues.jboss.org/browse/JBIDE-6072
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.1.0.GA
Reporter: Denis Maliarevich
Assignee: Denis Maliarevich
Priority: Minor
Fix For: 3.4.0.M1
Attachments: rf.png
Problem:
On server rich:panel renders unwanted elements for instance additional footer facet in
panel's content. But VPE does NOT show elements that are not allowed by richfaces tag
specification.
Solution:
Show surplus tags in VPE for rich:panel.
Example:
<rich:panel>
<f:facet name="header">
PHead111
<h:outputText>PanelHeader1</h:outputText>
<h:outputText>PanelHeader2</h:outputText>
<h:outputText>PanelHeader3</h:outputText>
<span>P1Head</span> PHead
</f:facet>
<f:facet name="footer">
<h:outputText>Col 1 footer3</h:outputText>
<span>COL1FOOT</span> C1FText
FooterFacet
</f:facet>
Panel Content
</rich:panel>
Behaviour:
Text "COL1FOOT C1FText FooterFacet" should be rendered in the panel's
content.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira