Author: ate
Date: Thu Sep 6 00:28:18 2007
New Revision: 573170
URL: http://svn.apache.org/viewvc?rev=573170&view=rev
Log:
WICKET-913 fix ported to the portlet-support branch as well.
See: https://issues.apache.org/jira/browse/WICKET-913
and: http://svn.apache.org/viewvc?rev=572330&view=rev
Modified:
wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink.java
Modified:
wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink.java
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink.java?rev=573170&r1=573169&r2=573170&view=diff
==============================================================================
---
wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink.java
(original)
+++
wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/PopupCloseLink.java
Thu Sep 6 00:28:18 2007
@@ -67,6 +67,6 @@
getPage().getPageMap().remove();
// Web page closes window using javascript code in
PopupCloseLink$1.html
- setResponsePage(new ClosePopupPage());
+ setResponsePage(ClosePopupPage.class);
}
}