[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6072) rich:panel do not render its surplus tags in VPE

Denis Maliarevich (JIRA) jira-events at lists.jboss.org
Wed Mar 17 07:02:37 EDT 2010


rich:panel do not render its surplus tags in VPE
------------------------------------------------

                 Key: JBIDE-6072
                 URL: https://jira.jboss.org/jira/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.2.next


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 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

        


More information about the jbosstools-issues mailing list