1 Reply Latest reply on Nov 11, 2011 1:48 AM by jaikiran

    JSF CommandLink is not working in popup.

    ggoyal

      I have a requirement where I have to open a new popup. Due to some jquery issues, rich:modalPanel is not working. So I have created a new popup using window.open('myUrl').  But the h:commandlink on that popup is trying to load the same page, it's action method is not getting triggered.