Wicket 1.4 M2 - New and Noteworthy
The second milestone has arrived. Here are some of the more noteworthy things available in milestone build M2 (INSERT DATE HERE) which is now available for download. See the build notes for details about bugs fixed and other changes.
General
OSGi Metadata included
From now on, all releases include OSGi Metadata in the /META-INF/MANIFEST.MF file of every subproject (wicket, wicket-extensions, wicket-spring, etc.).
Wicket-Extensions
AutoCompleteTextField
Flexible Configuration
For future flexibility, AutoCompleteTextField can be configured via the new AutoCompleteSettings
class.
Show autocomplete list on empty input
The AutoCompleteTextField
can now be configured to show the entire list when no input has been entered yet.
Set maximum height of autocomplete list
You can now specify a maximum height via AutoCompleteSettings
. If the list is longer than the maximum height, scrollbars are displayed and the user can scroll the list with both the mouse and the keyboard.