Wicket in Action

Wicket 1.4.1 supports Ajax file uploads

20 August 2009, by dashorst

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>
</dependency>

We thank you for your patience and support.

The Wicket Team

-->