HI,
 
  Can we use the "rendered" attribute to show and hide some components? Such as:
 
       <h:panelGroup id="box" rendered="false">
           <h:inputText id="one" value= "abcdefg" />
      </h:panelGroup>
 
   The input text box can be shown and hidden by setting the rendered attubute?
 
Thanks!!

Reply via email to