The Wicket team is pleased to announce the Wicket 1.0.1 release!

http://wicket.sourceforge.net

Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favourite technology.

Changes in this version include:

Fixed bugs:

  • Only validate components that are visible
  • fixed bug in AbstractPropertyModel which gave problems using custom converters (overriding getConverter for a component) with compound property models Thanks to Adam Howard.

Changes:

  • FeedbackPanel: made some methods that were not meant for overriding final, and added methods that make extending feedbackpanel easier Thanks to Phil Kulak.
  • o ComponentStringResourceLoader: resources are now inherited from parent classes when components have been subclassed Thanks to Jonathan Carlson.

Have fun!

-The wicket team