1 Reply Latest reply on Jul 7, 2008 3:52 AM by ilya_shaikovsky

    a4j:outputPanel content changing by out side button

    chamika

      Hi
      How do I change a4j output panel content by click out side button?
      Actually if the button is inside the panel i know the way

      <a4j:outputPanel ajaxRendered="true" id="panel1" >
       <a4j:include viewId="page1.xhtml" />
      </a4j:outputPanel>
      


      In page1.xhtml
      <div class="navPanel">
      <a4j:commandButton id="wizardNext" value="Next >>" action="next"/>
      </div>
      


      This is similar to using plain html panels. By clicking link in one panel we can change the src of another panel.
      How do I do this using a4j:outputPanel and a4j:commandButton.
      Please help me out .
      Thanx in advance!