1 Reply Latest reply on Apr 25, 2009 11:12 AM by lrp

    Ajax processing in popup window

    lrp

      Hey there,

      In my application I have one action that opens a second window (using javascript window.open()). This second window presents a structured view of some of the backing bean data. It also has some ajax command links for navigation. However, ajax requests don't seem to work at all in the second window. The page doesnt rerender, the backing bean action methods aren't called. All that happens upon clicking a link is that the page url is changed to have a # at the end. All command links and other ajax navigation still works completely in the original window. Is ajax processing not possible for additionally opened windows in the same session?