The Apache Wicket project is proud to announce the first maintenance release: Apache Wicket 1.4.1. The most notable change in this release is the transparent support for multipart form submissions via Ajax. Wicket is now smart enough to submit a form using a hidden iframe rather then the standard XMLHttpRequest if the form contains file upload fields.
You can download the release here:
http://www.apache.org/dyn/closer.cgi/wicket/1.4.1
Or use this in your Maven pom’s to upgrade to the new version:
<dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket</artifactId> <version>1.4.1</version> </dependency>
A complete list of changes can be found in our Jira instance.
We thank you for your patience and support.
The Wicket Team
[...] Read more about this release [...]
Pingback by Apache Wicket 1.4.1 Released with support for AJAX-based file uploads — August 21, 2009 @ 1:00 am
[...] Wicket 1.4.1 supports Ajax file uploads | Wicket in Action. The Apache Wicket project is proud to announce the first maintenance release: Apache Wicket 1.4.1. [...]
Pingback by Wicket 1.4.1 supports Ajax file uploads | Wicket in Action « codesmell.org — August 21, 2009 @ 9:26 am