1 Reply Latest reply on Jul 6, 2011 5:25 AM by technokraft

    Re render multiple elements

    technokraft

      Hi All

         I have a h:selectOneMenu in which i am firing an ajax request for onchange.

         After the ajax request is done, i need to re-render more than one elements.

         The problem here is that these elements are part of a4j:repeat and so dynamic.

         This means if i am having panel1,panel2,panel3 as the elements, i should be able to re-render all of them simultaneously.

         That means my render attr should be able do something like

       

         render="panel1,panel2,panel3"

      But the above value is dynamix as i dont know how many panels would be rendered.

      Is there any way of giving multiple IDs to render attribute in the form of regex ?