Improvements:
- Added the "label" attribute to input components, similar to the "label" attribute of <h:inputText> tag in JSF 1.2. The following components now allow specifying this attribute: Calendar, DateChooser, DropDownField and SuggestionField.
Fixes:
- Duplicated days in Calendar component near DST transition days in some time-zones.
- Duplicated validation messages on applications with Spring WebFlow 2.0.
- Global messages are not displayed unless the "globalOnly" attribute is set to true.
- JavaScript error "q__setAjaxMessageHTML is not defined" on a page without <body> and <html> tags.
- QuipuKit doesn't handle jsessionid for js-files under the Jetty server correctly.
- "Class teamdev.jsf.ajax.AjaxViewRoot not found" error under the JBoss Application Server.