1 Reply Latest reply on Jul 22, 2009 4:48 PM by meghiddo

    Need nodeSelectListener to reRender an entire form or ui:def

      I can get the example working where clicking the node reRenders the h:outputtext area, But I need it to do this for multiple h:outputText fields.

      SO should I put an id tag in the h:form tag and have the nodeSelectListener reRender the entire form or do I put the id attrbute in the ui:define tag and have nodeSelectListener reRender that?

      Any examples out there of reRendering multiple things on a page rather than just one h:outputText field?