In my page, i use ajax to load another page into a popup window(a floating 
div). the code is like this
...
var manager = new Tapestry.ZoneManager({
    "element" : this.zone
});
manager.updateFromURL(this.url);

and the problems is that if then I click any Event link in the main page to 
update a zone,
the returned json contains something like redirect: "/", and be redirected to 
Index page.

I guess when I load another page in a popup window, the active page changed. So 
I can't 
call the event link on that page.

In this situation, how to make these event link works, 

I see some url created by ComponentResources.createEventLink, contains 
....?t:cp=some/page
What's this means, can this help to solve my problem?

Thanks very much.

--
Bo Gao
eli...@gmail.com






Reply via email to