1 Reply Latest reply on Jan 5, 2008 6:23 AM by maxleo

    On Tree Seletion go to other Page

    prasad_k

       

      <h:form id="formTree">
       <h:panelGrid columns="2" width="100%" columnClasses="col1,col2">
      
       <rich:tree id="formTree" style="width:300px" nodeSelectListener="#{simpleTreeBean.processSelection}"
      
       reRender="selectedNode" ajaxSubmitSelection="true" switchType="client"
      
       value="#{simpleTreeBean.treeNode}" var="item">
      
       </rich:tree>
      
       <h:outputText escape="false" value="Selected Node: #{simpleTreeBean.nodeTitle}" id="selectedNode" />
      
       </h:panelGrid>
      
       </h:form>
      

      hi, any one help me how to redirect another page on tree node selection...
      thanks