4 Replies Latest reply on Nov 13, 2009 12:19 PM by soso_xuc

    reRender using javascript

    soso_xuc

      Hi all

      I have asked this question but i could not find solution.

      I have forms, the ids of which i don't know (they are generated using c:foreach).

      The contents of forms are the same (components have same ids).

      The question is:

      How to refresh only those form's components which i submit (i am using ajax submit with reRender="id1,id" attribute) ?

      I have command button with reRender="id1,id2" attribute on each form but it refreshes only first form's id1 and id2 components.

      Thanks in advance.