visural-wicket 0.6.5 released
visural-wicket is a useful set of light-weight, loosely coupled components and utilities for the Apache Wicket web framework.
Published at DZone with permission of its author, Richard Nichols.Enhancements
- New Component: Client-side Tab-pages component
- No longer necessary to manually add excanvas.js for BeautyTipsBehavior?
- All components now implement ISecureEnableComponent, ISecureRenderComponent
- Fancybox updated to latest v1.3.1
- Example app includes InputHint example
- ability to suppress DropDown arrow icon
- DropDown: Usability features
- Add German date form (dd.mm.yyyy) to DateInputBehavior (DateFormat.DD_MM_YYYY_DOTS)
- Dialog's open and close javascript generate methods now protected - allows override with custom behavior
- All Components - Allow disable of JS & CSS static header contributions (to assist with resource packaging)
- All components / behaviours / resources have a serialVersionUID
- JQuery 1.4+ compatibility
- JQuery compatibility with other Javascript libraries ("$()" vs. "jQuery()")
Bug Fixes
- Issues with rendering of modal dialog when using AJAX refreshes Fix #49 Fix #51
- Input Hint and InvokeClientSideFormSubmitHandler broken by Wicket 1.4.11 (Fix #58)
- Date Input popup can appear in the wrong location (Fix #59)
- Depending on DOM placement, modal dialog overlay doesn't cover whole screen (Fix #60)
- Modal Indicator components do not appear above Modal Dialog (Fix #62)
- Can't select bottom record in a DropDown (firefox)
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)




