0 Replies Latest reply on Jun 4, 2008 4:15 PM by bugsbunnytoronto

    Open/Close simpleTogglePanel using selectBooleanCheckbox

    bugsbunnytoronto

      Hi Guys,

      I am new to RichFaces. I want to open and close the simpleTogglePanel when someone check or uncheck the selectBooleanCheckbox. How can I do that using following code?

      <h:selectBooleanCheckbox value="#{backendbean.variable}">
       </h:selectBooleanCheckbox>
      
       <rich:simpleTogglePanel switchType="client" label="Add AJAX capability to existing JSF applications">
       The framework is implemented by using a component library. The library
       set Ajax functionality into existing pages, so there is no need to write
       any JavaScript code or to replace existing components with new Ajax one.
       Ajax4jsf enables page-wide Ajax support instead of the traditional
       component-wide support and it gives the opportunity to define the event
       on the page. An event invokes an Ajax request and areas of the page
       which are synchronized with the JSF Component Tree after changing the
       data on the server by Ajax request in accordance with events fired on
       the client.
       </rich:simpleTogglePanel>


      Thanks is advance.
      SZ