10 Replies Latest reply on Apr 7, 2011 4:53 AM by lfryc

    a4j:commandLink doesn't work properly inside a4j:repeat

    manakor

      I have <a4j:repeat> which is inside <a4j:outputPanel>. This outputPanel is rerendered sometimes when needed. Inside <a4j:repeat> I have <a4j:commandLink> and this link doesn't support oncomplete event. It doesn't reach it when I click. Just click event is applied.

      In case, I am using JSF 2 and RF4. And when I put commandLink outside of repeat, it works as have to.

       

      Why it might happen?