Thanks very much.
Finally I found my problem. I have the following code on my page
Object onActivate(){
if(someSessionScopeObject==null){
return Index.class;
}
}
And on my Index page
Object onActivate(){
sessionManager.set(theSessionScopeObject.class, null)
Hi
On Mon, Aug 1, 2011 at 9:57 PM, Bo Gao wrote:
> 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
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