Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-12557

<rich:panel> tag header is not rendered

XMLWordPrintable

      1. Create new JSF Facelets KickStart projec
      2. Crate new xhtml page with this content

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

      ERROR: Panel header "HEADER_VALUE" is not displayed in visual part.

        1. rf3.png
          rf3.png
          16 kB
        2. rf4.png
          rf4.png
          13 kB

            dmaliarevich_jira Denis Maliarevich (Inactive)
            vpakan Vlado Pakan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: