0 Replies Latest reply on Apr 11, 2008 4:37 AM by huetal

    problem with rendered and action

    huetal

      Hi all,

      I have a h:panelGroup with property rendered="#{bean.rendered}" that contains 3 a4j:commandButton. I have also a search panel with a search button, also a4j:commandButton, always redered, which make a request and display the result in a table, and set the bean rendered attribute to true.

      My problem is: the 3 buttons that were no rendered do not work. Their actions (update, cancel update, validate), are not called. When I remove the rendered properties, the actions works fine.

      Is it normal ? Is there a way to solve it ?

      Thanks a lot.