1 Reply Latest reply on Sep 21, 2010 4:13 PM by marcelkolsteren

    Facelets tag and param

    mireksz.m.szajowski.streamsoft.pl
      Hello,
      I have simple facelet tag composition

      panel.xhtml
      <ui:composition  xmlns="http://www.w3.org/1999/xhtml"
            xmlns:ui="http://java.sun.com/jsf/facelets"
            xmlns:rich="http://richfaces.ajax4jsf.org/rich">

      <rich:panel>
      <f:facet name="header">#{title}</f:facet>
      <ui:insert/>
      </rich:panel>

      </ui:composition>

      I uset like thah

      <mytag:panel title="custom title">
      <mytag:panel>


      </mytag:panel>

      </mytag:panel>

      But "custom title" is a title of two forms. I don't know why title value is visible in second panel

      Best regards
      Mirek