[jbosstools-issues] [JBoss JIRA] (JBIDE-12557) <rich:panel> tag header is not rendered

Denis Maliarevich (JIRA) jira-events at lists.jboss.org
Tue Sep 11 08:53:33 EDT 2012


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

Denis Maliarevich reassigned JBIDE-12557:
-----------------------------------------

    Assignee: Denis Maliarevich  (was: Yahor Radtsevich)

    
> <rich:panel> tag header is not rendered
> ---------------------------------------
>
>                 Key: JBIDE-12557
>                 URL: https://issues.jboss.org/browse/JBIDE-12557
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor core
>    Affects Versions: 4.0.0.Alpha1
>         Environment: Linux 32 bit
>            Reporter: Vlado Pakan
>            Assignee: Denis Maliarevich
>             Fix For: 4.0.0.Alpha2
>
>
> 1. Create new JSF Facelets KickStart projec
> 2. Crate new xhtml page with this content
> {noformat}
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>       <html xmlns="http://www.w3.org/1999/xhtml"
>         xmlns:ui="http://java.sun.com/jsf/facelets"
>         xmlns:f="http://java.sun.com/jsf/core"
>         xmlns:rich="http://richfaces.org/rich"
>         xmlns:h="http://java.sun.com/jsf/html">
>         <head>
>         </head>
>         <body>
>           <f:view>
>             <rich:panel>
>               <f:facet name="header">
>                 <h:outputText value="HEADER_VALUE"/>
>               </f:facet>
>               <h:outputText value="BODY_VALUE"/>
>             </rich:panel>    
>           </f:view>
>         </body>
>       </html>
> {noformat}
> ERROR: Panel header "HEADER_VALUE" is not displayed in visual part.

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