Hi All,
 
I have migrated my application from the earlier version of wicket to the version 1.2.1.
 
I am having bit of a problem with the popup pages and pop up close links.
If i open a popup page and close it by clicking on the PopupCloseLink. 
The next attempt to open  the pop up page loads the home page in my pop up page.
At the same time if i uses the browsers close button it opens the correct pop up page in the
subsequent attempts.
 
Has any one come across this problem with the version 1.2.1.
 
I wonder if the line
// Remove the popup's page map from the session
getPage().getPageMap().remove();
 
in the onClick() method of PopupCloseLink has got some thing to do with this.
 
Kind Regards
Dipu
 
  
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to