Author: dashorst Date: Thu Apr 19 01:29:23 2007 New Revision: 530325 URL: http://svn.apache.org/viewvc?view=rev&rev=530325 Log: Reverted the removal of too much stuff, new version
Modified: incubator/wicket/sandbox/dashorst/wicket-1.3-20061204-patched/wicket/pom.xml incubator/wicket/sandbox/dashorst/wicket-1.3-20061204-patched/wicket/src/main/java/wicket/request/target/component/listener/AbstractListenerInterfaceRequestTarget.java Modified: incubator/wicket/sandbox/dashorst/wicket-1.3-20061204-patched/wicket/pom.xml URL: http://svn.apache.org/viewvc/incubator/wicket/sandbox/dashorst/wicket-1.3-20061204-patched/wicket/pom.xml?view=diff&rev=530325&r1=530324&r2=530325 ============================================================================== --- incubator/wicket/sandbox/dashorst/wicket-1.3-20061204-patched/wicket/pom.xml (original) +++ incubator/wicket/sandbox/dashorst/wicket-1.3-20061204-patched/wicket/pom.xml Thu Apr 19 01:29:23 2007 @@ -28,7 +28,7 @@ </parent> <artifactId>wicket</artifactId> - <version>1.3-20061204-fix7</version> + <version>1.3-20061204-fix8</version> <packaging>jar</packaging> <name>Wicket</name> <url>http://wicketframework.org/${project.artifactId}-1.3</url> Modified: incubator/wicket/sandbox/dashorst/wicket-1.3-20061204-patched/wicket/src/main/java/wicket/request/target/component/listener/AbstractListenerInterfaceRequestTarget.java URL: http://svn.apache.org/viewvc/incubator/wicket/sandbox/dashorst/wicket-1.3-20061204-patched/wicket/src/main/java/wicket/request/target/component/listener/AbstractListenerInterfaceRequestTarget.java?view=diff&rev=530325&r1=530324&r2=530325 ============================================================================== --- incubator/wicket/sandbox/dashorst/wicket-1.3-20061204-patched/wicket/src/main/java/wicket/request/target/component/listener/AbstractListenerInterfaceRequestTarget.java (original) +++ incubator/wicket/sandbox/dashorst/wicket-1.3-20061204-patched/wicket/src/main/java/wicket/request/target/component/listener/AbstractListenerInterfaceRequestTarget.java Thu Apr 19 01:29:23 2007 @@ -108,6 +108,9 @@ */ protected void onProcessEvents(final RequestCycle requestCycle) { + // Clear all feedback messages if it isn't a redirect + getPage().getFeedbackMessages().clear(); + getPage().startComponentRender(getTarget()); final Application application = requestCycle.getApplication();