Wicket 1.1-beta 4 Available

in this release are:

  • Removed the (optional) dependency on commons-fileupload, made the support internal for Wicket
  • Made the coupling of Wicket to the servlet spec more loose, enabling usage of Wicket on platforms outside a servlet container, such as portlets, or embedded servers
  • Stripping of markup in Wicket namespace (e.g. wicket:id, wicket:label) is almost complete with setStripWicketTag(true)
  • Invisible components are not rendered any more
  • Added basic AJAX support: DOJO and script.aculo.us libraries are now available for experimentation.