2 Replies Latest reply on Oct 16, 2008 7:27 AM by nschweig

    Hide/Show Areas in RichFaces?

    nschweig

      Hi,

      I am looking for a div-tag in RichFaces, like Tomahawks <t:div...> because I need the rendered-Attribute in a div. Is it right that there is no div-tag in RichFaces? Do I now have to use Tomahawk only for that one tag?
      Or is there another possibility to hide/show areas?

      I wanted to use it with a facelet-template. I wanted to include the right menu
      belonging to the users role. Sth. like:

      <div id="menu" rendered="#{authBean.student}"/>>
       <ui:insert name="menu">
       <ui:include src="../inc/test_student.xhtml"
       </ui:insert>
      </div>
      ...


      Thank you for your ideas.
      Nicole