3 Replies Latest reply on Aug 18, 2008 5:05 PM by blabno

    Rich faces problem

    tonyukuk
      I am not able to see "Product Name" and "Product Section" areas which are located between <facet> tags. Can you have any idea what is the reason of this?                  

                             <rich:panel id="tempItem">
                             
                              <f:facet name="label">Product Name</f:facet>
                              <s:decorate>      
                              <h:outputText value="#{receiptHome.temp.product.productCard.name}" />
                              </s:decorate>
                             
                              <f:facet name="label">Product Section</f:facet>    
                              <s:decorate>                                     
                              <h:outputText value="#{receiptHome.temp.product.productCard.section.name}" />
                              </s:decorate>
                                                                     
                              <div style="clear: both" />
                             
                              </rich:panel>