1 Reply Latest reply on Feb 22, 2010 4:58 PM by elf

    a4j:commandButton rendering

      I am a newbiw please bear with me for a dumb question and thanks for your time.

       

      How to render a4j:commandButton conditionally?

       

      For ex - I need to render the command button only if a member of the java object is not empty.

       

      Something like: -

       

      if(!obj.empty) {

       

      //render button

      }

      else {

       

      // 

      }