RC1 introduced a severe bug which hampered Click from deploying properly. To resolve this issue we are making RC2 immediately available.
We apologize for the inconvenience.
Please try out RC2 and provide feedback via our mailing lists or issue tracker.
- Click Home
- Roadmap and Changes
- Upgrade Path - please see the upgrade path when upgrading from 1.4 or earlier.
- Download Click 1.5 RC2
- Maven bundles
- Live examples
- Emergency Fix: Click throws FileNotFoundException when deploying click-extras.jar [448].
- Added new method Page.removeControl which enables Click to automatically remove a Control from its parent when adding it to another Container. This issue was raised and fixed by Ricardo Lecheta [449].
- Added utility methods ClickUtils.encodeURL and ClickUtils.decodeURL for encoding and decoding URL's using the "UTF-8" encoding scheme.