Hi, in my app I have a page A and page B which is opened as a Popup. I know how to update the whole page B from page A. I know how to partially update page B from within page B (for example with an AjaxLink). But is it possible to partially update page B from page A?
It would be perfect to have an AjaxLink in page A and with the AjaxRequestTarget (ART) I get there I could update page B. I tried that but it seems that the ART is bound to the window it came from, which seems logical. Is there a way to "transfer" the ART from the "page A window" to the "page B window" ? Thanks, Richard
