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

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Wed Sep 12 06:04:32 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-6072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlado Pakan closed JBIDE-6072.
------------------------------



Verified with JBT 4.0.0.Alpha1-v20120911-1622-B9.
                
> 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: 4.0.0.Alpha1
>
>         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
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list