3 Replies Latest reply on Aug 4, 2007 1:28 PM by smokingapipe

    How can I hide and show parts of a page dependning if a comp

    norbertk

      Hello,

      I want to show and hide parts of my JSF-page using AJAX.
      Right now I'm using the <f:subview> tag like this:

      <f:subview rendered="#{ empty someBean}>
      ... some kind of form
      </f:subview>

      I have also a command-link on the page that uses an action that fills that bean someBean. After the reload the subview is shown.

      NOW i want to do the same thing with AJAX4JSF using the <a4j:commandLink> tag and rerender the subview.
      But this doesn't work!
      I would be very thankful for some hints!!!

      Best regards, Norbert