You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Manfred Geiler <ma...@apache.org> on 2007/04/19 12:10:02 UTC

[ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

The Apache MyFaces team is pleased to announce the release of "MyFaces
Tomahawk 1.1.5".

MyFaces Tomahawk provides a series of JavaServer Faces components that
go beyond the JSF specification. These components are compatible with
the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1.1
compatible implementation. Of course the custom components can also be
used with the Apache JSF implementation "MyFaces Core 1.1.5".

MyFaces Tomahawk 1.1.5 is available in both binary and source distributions.

    * http://myfaces.apache.org/download.html

MyFaces Tomahawk is also available in the central Maven repository
under Group ID "org.apache.myfaces.tomahawk".

Enjoy!
Manfred


Release Notes - MyFaces Tomahawk - Version 1.1.5

Important: For RI compatibility, and adherence to the spec, itemValues
can no longer coerce to the backing bean type.  You may get the
validation error "Value is not a valid option." when this occurs.
Previous versions of MyFaces/Tomahawk did coerce the itemValue to the
type of the backing bean, so applications that relied on that will no
longer work as expected.

** Fixed Bugs
    * [TOMAHAWK-17] - <t:commandSortHeader> processes action /
actionListener before updating values of sortColumn and sortAscending
    * [TOMAHAWK-23] - SelectOneCountry needs to support an empty selection
    * [TOMAHAWK-36] - t:div, t:span, s:fieldset should render children
    * [TOMAHAWK-41] - inputDate does not support forceId
    * [TOMAHAWK-42] - ImportCalendar doesn't work in FireFox browser
    * [TOMAHAWK-66] - add colspan (and header/footer colspan)
attributes to tomahawk extended column tag
    * [TOMAHAWK-80] - AliasBean doesn't need the renderer
    * [TOMAHAWK-141] - InputSuggestAjax should allow differentiation
between text in popup and text in input box
    * [TOMAHAWK-258] - sandbox inputSuggestAjax ignores onkeydown event
    * [TOMAHAWK-322] - InputSuggestAjax: False Encoding with German Umlauts
    * [TOMAHAWK-378] - Can't submit an empty date with x:inputDate
    * [TOMAHAWK-402] - error message on popup, when using SSL
    * [TOMAHAWK-467] - SEVERE: Row is not available. Rowindex = 4
    * [TOMAHAWK-469] - Enter key in inputSuggestAjax submits form
    * [TOMAHAWK-491] - t:columns generates wrong name in children input fields
    * [TOMAHAWK-506] - Schedule getClickedTime() returns incorrect
time in compact views
    * [TOMAHAWK-516] - JSCookMenu problems in a Trinidad project
    * [TOMAHAWK-521] - Values from checkboxes not received on submit,
when branches are collapsed.
    * [TOMAHAWK-524] - RedirectTrackerManager should be Serializable
    * [TOMAHAWK-535] - Schedule Tooltip is broken in Internet Explorer
    * [TOMAHAWK-541] - Tomahawk TLD error
    * [TOMAHAWK-554] - Can't use automatic sorting on dataTable when
some columns doesn't have a header facet
    * [TOMAHAWK-565] - inputHTML produces IE security warning about
midex secure and unsecure items
    * [TOMAHAWK-589] - Remove JSP dependency from navmenu renderers
    * [TOMAHAWK-590] - Unparsable lastModified : @lastModified@ should
be no ERROR
    * [TOMAHAWK-605] - compareToValidator JSP tag converts
"comparator" property to string instead of Comparator
    * [TOMAHAWK-606] - t:commandLink does not work - gives javascript error
    * [TOMAHAWK-623] - RedirectTracker and
RedirectTrackerRequestMapWrapper remove implementation
    * [TOMAHAWK-640] - Javascript-Code broken when using 2 or more
PPRPanelGroups
    * [TOMAHAWK-644] - Nullpointer in AutoScrollerPhaseListener when
using weblets and a request for a resource comes in.
    * [TOMAHAWK-647] - t:popup no longer pops up if id isn't specified manually.
    * [TOMAHAWK-650] - ScheduleDay getFirstEventHour() incorrect when
all day event and non-all day event exist
    * [TOMAHAWK-651] - Excessive warnings when using Tomahawk with RI
    * [TOMAHAWK-656] - Dates missing in Schedule month view
    * [TOMAHAWK-660] - resources fail in web apps with spaces in context path
    * [TOMAHAWK-672] - RedirectTrackerManager behavior must be
disabled by default
    * [TOMAHAWK-682] - Editor does not work anymore in Firefox
    * [TOMAHAWK-683] - r448673 lost ValueBinding support for
message/detailMessage/summaryMessage
    * [TOMAHAWK-685] - NPE during ClassCastException in CompareToValidator
    * [TOMAHAWK-695] - PPRPanelGroup partialTriggers don't work for
commandLink, selectOneMenu and selectBooleanCheckBox
    * [TOMAHAWK-696] - PPRPanelGroup partialTriggers don't support ValueBindings
    * [TOMAHAWK-697] - PPRPanelGroup panelGroup insert renderd spans
into each other when repeatetly refreshing
    * [TOMAHAWK-707] - PPRPanelGroup partialTriggerPattern js-function
produces JS-error when invoked with non-string object
    * [TOMAHAWK-710] - Add new CSS classes to schedule
    * [TOMAHAWK-714] - Error in inputDate documentation
    * [TOMAHAWK-738] - SaveState fails with a java.util.List
implementation other than ArrayList
    * [TOMAHAWK-745] - pprPanelGroup doesn't save the state
    * [TOMAHAWK-748] - International Characters not displaying
correctly - apparent encoding problem.
    * [TOMAHAWK-749] - t:stylesheet example renders two head elements
(patch included)
    * [TOMAHAWK-752] - TabbedPane does not implement NamingContainer
    * [TOMAHAWK-759] - When type="both", inputDate does not accept null value
    * [TOMAHAWK-760] - modalDialog shows in page instead of being a
popup in Internet Explorer
    * [TOMAHAWK-764] - ValueBinding lost for first attribute
    * [TOMAHAWK-765] - Callback-Handling in AJAX-Form components
    * [TOMAHAWK-774] - Browser does not cache resources
    * [TOMAHAWK-803] - SelectOneLanguage validator never called
    * [TOMAHAWK-804] - SelectOneCountry validators are ignored
    * [TOMAHAWK-813] - submitOnEvent doesn't recognize image commandButtons
    * [TOMAHAWK-817] - s:selectItems fails when label is null
    * [TOMAHAWK-818] - TableSuggestAjax after upgrade of dojo.
    * [TOMAHAWK-834] - HtmlDataScrollerTag missing a shit load of setters
    * [TOMAHAWK-835] - Missing properties for HtmlNewspaperTableTag &
HtmlColumnsTag
    * [TOMAHAWK-845] - Wrong urls for JsCookMenu images when cookies
are disabled
    * [TOMAHAWK-846] - Calendar does not work with Sun RI 1.1 when
renderAsPopup="true" and date value is initially null
    * [TOMAHAWK-848] - FacesIO is not working with the latest DOJO updates
    * [TOMAHAWK-850] - displayValueOnly on input elements who are
required triggers validation
    * [TOMAHAWK-852] - tableSuggestAjax not processing cursor keys properly
    * [TOMAHAWK-859] - possible bug in the tomahawk taglib tld the dojo part
    * [TOMAHAWK-869] - <t:selectOneCountry> empty selection does not work
    * [TOMAHAWK-870] - Sandbox dojolayouts.FloatingPaneTag iconSrc error
    * [TOMAHAWK-886] - DojoInitializer doesn't render correctly after
restoreState
    * [TOMAHAWK-898] - New tableSuggestAjax is ignoring multiple attribtues
    * [TOMAHAWK-901] - EmailValidator considers leading-trailing
whitespaces as invalid
    * [TOMAHAWK-903] - Changing the rendered "state" of inputDate
causes a NullPointerException
    * [TOMAHAWK-905] - s:filterTable and s:sortableColumn missing TLD
attributes (FilterTableRenderer)
    * [TOMAHAWK-906] - DojoUtils class not handling isAttribute
methods in components
    * [TOMAHAWK-909] - PPRPanelGroup ignores return value of false
from custom onClick
    * [TOMAHAWK-910] - inputSugestAjax onchange JavaScript error
    * [TOMAHAWK-916] - jslistener.jsf example no longer works
    * [TOMAHAWK-928] - DojoUtils.getAttributeMap fails for subclassed
Dojo Components
    * [TOMAHAWK-932] - SelectBox example always fails the door validation
    * [TOMAHAWK-934] - Email validator allows whitespace
    * [TOMAHAWK-936] - TableSuggestAjax aborts page load in IE

** Improvement
    * [TOMAHAWK-441] - Add orientation parameter to NewspaperTable
    * [TOMAHAWK-472] - Prevent overwrite of field value if suggestions
don't exactly match
    * [TOMAHAWK-503] - Capture and restore saveState Beans and
messages when using redirect navigation rule
    * [TOMAHAWK-510] - Facelets + Inline EL + tree2 = InvalidArgumentException
    * [TOMAHAWK-517] - Tomahawk Maven2 oddity: 1.1.3 requires Struts1.2.8
    * [TOMAHAWK-525] - Refactor of DefaultScheduleEntryRenderer
    * [TOMAHAWK-603] - Remove all of the unused code, variables, and
import statements identified by Eclipse 3.1.2
    * [TOMAHAWK-621] - Tomahawk DayRenderer move inner classes out
make more methods protected vs private
    * [TOMAHAWK-639] - Improve overlap detection for zero length
events in the detailed view
    * [TOMAHAWK-659] - add colspan attribute to tomahawk PanelGrid / PanelGroup
    * [TOMAHAWK-661] - DojoDialog has no style and styleClass attribute
    * [TOMAHAWK-675] - Build the example apps with specified versions
of MyFaces and Tomahawk
    * [TOMAHAWK-701] - TabbedPane renders all tabs in server side mode
    * [TOMAHAWK-706] - body onload does not exist
    * [TOMAHAWK-731] - Improvement in MyFaces-Javascripts for compatibility
    * [TOMAHAWK-743] - Fisheye component based on a DataModel
    * [TOMAHAWK-744] - Enable better layouting for dataScroller -
ability to switch between "list", "table", "singleList" and
"singleTable" layouts
    * [TOMAHAWK-747] - improve dojo initialisation times
    * [TOMAHAWK-751] - Enhancing PPRGroup - periodicalUpdate for
refreshing a partial page automatically
    * [TOMAHAWK-767] - ASF Source Header and Copyright Notice Policy
    * [TOMAHAWK-773] - Possible NullPointerException in FieldSetRenderer
    * [TOMAHAWK-836] - Tomahawk component renderers are not in
FacesContext during the Shale Testing
    * [TOMAHAWK-853] - Dojo Update from 0.4.0 to 0.4.1
    * [TOMAHAWK-884] - TableSuggestAjax JavaScript based on Dojo
    * [TOMAHAWK-919] - Improve description of buffer in apt documentation
    * [TOMAHAWK-921] - Improve usage example for validateEqual by
adding second input

** New Feature
    * [TOMAHAWK-109] - disabled property for <x:panelTab>
    * [TOMAHAWK-151] - New component <s:selectItems>
    * [TOMAHAWK-182] - new validator - validate comma separated
entries by splitting them and validating individually
    * [TOMAHAWK-551] - EmptySelection Patch for SelectOneLanguage
    * [TOMAHAWK-597] - Client Side Validation Support
    * [TOMAHAWK-607] - Security Resolver
    * [TOMAHAWK-615] - Exporting DataTable data to excel
    * [TOMAHAWK-618] - Partial Page Rendering for tomahawk
    * [TOMAHAWK-655] - New component DojoDialog in Tomahawk-Sandbox
    * [TOMAHAWK-684] - New attribute activePanelTabVar for HtmlPanelTabbedPane
    * [TOMAHAWK-702] - PPRPanelGroup support a regular Expression as
partialTrigger attribute
    * [TOMAHAWK-708] - PPRPanelGroup should support an inline Loading Message
    * [TOMAHAWK-721] - Toggle component for sandbox. This component
allows the user to switch between View/Edit modes
    * [TOMAHAWK-730] - create a component which will submit a form on
a specific event
    * [TOMAHAWK-839] - Add attributes to <t:dataTable> that will set
the style and class attributes of the renered <tbody> tag.
    * [TOMAHAWK-864] - Sorting by locale in FacesContext for strings
(SortableModel)
    * [TOMAHAWK-876] - Image loop / slide show component
    * [TOMAHAWK-879] - InputSuggestAjax does not use the "style" option

** Task
    * [TOMAHAWK-805] - Move sandbox selectItems to Tomahawk

Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

Posted by Grant Smith <wo...@gmail.com>.
Good job Manfred !!

On 4/20/07, Adrian Mitev <ad...@googlemail.com> wrote:
>
> I want also to thank to the myfaces team. Great work!
>
> 2007/4/20, Jeff Bischoff <jb...@klkurz.com>:
> >
> > Congrats guys, on getting this release out. :-)
> >
> > Well I did promise that when this release finally came out, I would help
> > fix up the Facelets taglibs on our wiki to make sure they match up with
> > the release. (Changes were introduced by the promotion of DOJO)
> >
> > Unfortunately, today is my last day as a full-time JSF developer. I have
> > begun a new job that focuses much more on core java, and only makes
> > seldom use of JSF. I would still like to update the wiki with this
> > information, if I can find some free personal time. Of course, it would
> > be even easier if someone volunteers to help me update it. :)
> >
> > After today, I will not have access to this email account. Any attempts
> > to contact me should go to bischoje@rikus.com.
> >
> > I want to thank the whole community for providing this great product
> > that I have been using here the past couple of years. I want to
> > especially thank Andrew Robinson, Mike Kienenberger, Martin Marinschek,
> > and Wendy Smoak, who have all been especially helpful to me in resolving
> > issues. Thanks guys. This really is a great development community, and I
> >
> > hope I can be more involved in it again someday.
> >
> > Best Regards,
> >
> > Jeff Bischoff
> >
> > Manfred Geiler wrote:
> > > The Apache MyFaces team is pleased to announce the release of "MyFaces
> > > Tomahawk 1.1.5".
> > >
> > > MyFaces Tomahawk provides a series of JavaServer Faces components that
> > > go beyond the JSF specification. These components are compatible with
> > > the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1.1
> > > compatible implementation. Of course the custom components can also be
> > > used with the Apache JSF implementation "MyFaces Core 1.1.5".
> > >
> > > MyFaces Tomahawk 1.1.5 is available in both binary and source
> > > distributions.
> > >
> > >    * http://myfaces.apache.org/download.html
> > >
> > > MyFaces Tomahawk is also available in the central Maven repository
> > > under Group ID "org.apache.myfaces.tomahawk".
> > >
> > > Enjoy!
> > > Manfred
> > >
> > >
> > > Release Notes - MyFaces Tomahawk - Version 1.1.5
> > >
> > > Important: For RI compatibility, and adherence to the spec, itemValues
> >
> > > can no longer coerce to the backing bean type.  You may get the
> > > validation error "Value is not a valid option." when this occurs.
> > > Previous versions of MyFaces/Tomahawk did coerce the itemValue to the
> > > type of the backing bean, so applications that relied on that will no
> > > longer work as expected.
> > >
> > > ** Fixed Bugs
> > >    * [TOMAHAWK-17] - <t:commandSortHeader> processes action /
> > > actionListener before updating values of sortColumn and sortAscending
> > >    * [TOMAHAWK-23] - SelectOneCountry needs to support an empty
> > selection
> > >    * [TOMAHAWK-36] - t:div, t:span, s:fieldset should render children
> > >    * [TOMAHAWK-41] - inputDate does not support forceId
> > >    * [TOMAHAWK-42] - ImportCalendar doesn't work in FireFox browser
> > >    * [TOMAHAWK-66] - add colspan (and header/footer colspan)
> > > attributes to tomahawk extended column tag
> > >    * [TOMAHAWK-80] - AliasBean doesn't need the renderer
> > >    * [TOMAHAWK-141] - InputSuggestAjax should allow differentiation
> > > between text in popup and text in input box
> > >    * [TOMAHAWK-258] - sandbox inputSuggestAjax ignores onkeydown event
> >
> > >    * [TOMAHAWK-322] - InputSuggestAjax: False Encoding with German
> > Umlauts
> > >    * [TOMAHAWK-378] - Can't submit an empty date with x:inputDate
> > >    * [TOMAHAWK-402] - error message on popup, when using SSL
> > >    * [TOMAHAWK-467] - SEVERE: Row is not available. Rowindex = 4
> > >    * [TOMAHAWK-469] - Enter key in inputSuggestAjax submits form
> > >    * [TOMAHAWK-491] - t:columns generates wrong name in children input
> >
> > > fields
> > >    * [TOMAHAWK-506] - Schedule getClickedTime() returns incorrect
> > > time in compact views
> > >    * [TOMAHAWK-516] - JSCookMenu problems in a Trinidad project
> > >    * [TOMAHAWK-521] - Values from checkboxes not received on submit,
> > > when branches are collapsed.
> > >    * [TOMAHAWK-524] - RedirectTrackerManager should be Serializable
> > >    * [TOMAHAWK-535] - Schedule Tooltip is broken in Internet Explorer
> > >    * [TOMAHAWK-541] - Tomahawk TLD error
> > >    * [TOMAHAWK-554] - Can't use automatic sorting on dataTable when
> > > some columns doesn't have a header facet
> > >    * [TOMAHAWK-565] - inputHTML produces IE security warning about
> > > midex secure and unsecure items
> > >    * [TOMAHAWK-589] - Remove JSP dependency from navmenu renderers
> > >    * [TOMAHAWK-590] - Unparsable lastModified : @lastModified@ should
> > > be no ERROR
> > >    * [TOMAHAWK-605] - compareToValidator JSP tag converts
> > > "comparator" property to string instead of Comparator
> > >    * [TOMAHAWK-606] - t:commandLink does not work - gives javascript
> > error
> > >    * [TOMAHAWK-623] - RedirectTracker and
> > > RedirectTrackerRequestMapWrapper remove implementation
> > >    * [TOMAHAWK-640] - Javascript-Code broken when using 2 or more
> > > PPRPanelGroups
> > >    * [TOMAHAWK-644] - Nullpointer in AutoScrollerPhaseListener when
> > > using weblets and a request for a resource comes in.
> > >    * [TOMAHAWK-647] - t:popup no longer pops up if id isn't specified
> > > manually.
> > >    * [TOMAHAWK-650] - ScheduleDay getFirstEventHour() incorrect when
> > > all day event and non-all day event exist
> > >    * [TOMAHAWK-651] - Excessive warnings when using Tomahawk with RI
> > >    * [TOMAHAWK-656] - Dates missing in Schedule month view
> > >    * [TOMAHAWK-660] - resources fail in web apps with spaces in
> > context
> > > path
> > >    * [TOMAHAWK-672] - RedirectTrackerManager behavior must be
> > > disabled by default
> > >    * [TOMAHAWK-682] - Editor does not work anymore in Firefox
> > >    * [TOMAHAWK-683] - r448673 lost ValueBinding support for
> > > message/detailMessage/summaryMessage
> > >    * [TOMAHAWK-685] - NPE during ClassCastException in
> > CompareToValidator
> > >    * [TOMAHAWK-695] - PPRPanelGroup partialTriggers don't work for
> > > commandLink, selectOneMenu and selectBooleanCheckBox
> > >    * [TOMAHAWK-696] - PPRPanelGroup partialTriggers don't support
> > > ValueBindings
> > >    * [TOMAHAWK-697] - PPRPanelGroup panelGroup insert renderd spans
> > > into each other when repeatetly refreshing
> > >    * [TOMAHAWK-707] - PPRPanelGroup partialTriggerPattern js-function
> > > produces JS-error when invoked with non-string object
> > >    * [TOMAHAWK-710] - Add new CSS classes to schedule
> > >    * [TOMAHAWK-714] - Error in inputDate documentation
> > >    * [TOMAHAWK-738] - SaveState fails with a java.util.List
> > > implementation other than ArrayList
> > >    * [TOMAHAWK-745] - pprPanelGroup doesn't save the state
> > >    * [TOMAHAWK-748] - International Characters not displaying
> > > correctly - apparent encoding problem.
> > >    * [TOMAHAWK-749] - t:stylesheet example renders two head elements
> > > (patch included)
> > >    * [TOMAHAWK-752] - TabbedPane does not implement NamingContainer
> > >    * [TOMAHAWK-759] - When type="both", inputDate does not accept null
> > > value
> > >    * [TOMAHAWK-760] - modalDialog shows in page instead of being a
> > > popup in Internet Explorer
> > >    * [TOMAHAWK-764] - ValueBinding lost for first attribute
> > >    * [TOMAHAWK-765] - Callback-Handling in AJAX-Form components
> > >    * [TOMAHAWK-774] - Browser does not cache resources
> > >    * [TOMAHAWK-803] - SelectOneLanguage validator never called
> > >    * [TOMAHAWK-804] - SelectOneCountry validators are ignored
> > >    * [TOMAHAWK-813] - submitOnEvent doesn't recognize image
> > commandButtons
> > >    * [TOMAHAWK-817] - s:selectItems fails when label is null
> > >    * [TOMAHAWK-818] - TableSuggestAjax after upgrade of dojo.
> > >    * [TOMAHAWK-834] - HtmlDataScrollerTag missing a shit load of
> > setters
> > >    * [TOMAHAWK-835] - Missing properties for HtmlNewspaperTableTag &
> > > HtmlColumnsTag
> > >    * [TOMAHAWK-845] - Wrong urls for JsCookMenu images when cookies
> > > are disabled
> > >    * [TOMAHAWK-846] - Calendar does not work with Sun RI 1.1 when
> > > renderAsPopup="true" and date value is initially null
> > >    * [TOMAHAWK-848] - FacesIO is not working with the latest DOJO
> > updates
> > >    * [TOMAHAWK-850] - displayValueOnly on input elements who are
> > > required triggers validation
> > >    * [TOMAHAWK-852] - tableSuggestAjax not processing cursor keys
> > properly
> > >    * [TOMAHAWK-859] - possible bug in the tomahawk taglib tld the dojo
> > part
> > >    * [TOMAHAWK-869] - <t:selectOneCountry> empty selection does not
> > work
> > >    * [TOMAHAWK-870] - Sandbox dojolayouts.FloatingPaneTag iconSrc
> > error
> > >    * [TOMAHAWK-886] - DojoInitializer doesn't render correctly after
> > > restoreState
> > >    * [TOMAHAWK-898] - New tableSuggestAjax is ignoring multiple
> > attribtues
> > >    * [TOMAHAWK-901] - EmailValidator considers leading-trailing
> > > whitespaces as invalid
> > >    * [TOMAHAWK-903] - Changing the rendered "state" of inputDate
> > > causes a NullPointerException
> > >    * [TOMAHAWK-905] - s:filterTable and s:sortableColumn missing TLD
> > > attributes (FilterTableRenderer)
> > >    * [TOMAHAWK-906] - DojoUtils class not handling isAttribute
> > > methods in components
> > >    * [TOMAHAWK-909] - PPRPanelGroup ignores return value of false
> > > from custom onClick
> > >    * [TOMAHAWK-910] - inputSugestAjax onchange JavaScript error
> > >    * [TOMAHAWK-916] - jslistener.jsf example no longer works
> > >    * [TOMAHAWK-928] - DojoUtils.getAttributeMap fails for subclassed
> > > Dojo Components
> > >    * [TOMAHAWK-932] - SelectBox example always fails the door
> > validation
> > >    * [TOMAHAWK-934] - Email validator allows whitespace
> > >    * [TOMAHAWK-936] - TableSuggestAjax aborts page load in IE
> > >
> > > ** Improvement
> > >    * [TOMAHAWK-441] - Add orientation parameter to NewspaperTable
> > >    * [TOMAHAWK-472] - Prevent overwrite of field value if suggestions
> > > don't exactly match
> > >    * [TOMAHAWK-503] - Capture and restore saveState Beans and
> > > messages when using redirect navigation rule
> > >    * [TOMAHAWK-510] - Facelets + Inline EL + tree2 =
> > > InvalidArgumentException
> > >    * [TOMAHAWK-517] - Tomahawk Maven2 oddity: 1.1.3 requires
> > Struts1.2.8
> > >    * [TOMAHAWK-525] - Refactor of DefaultScheduleEntryRenderer
> > >    * [TOMAHAWK-603] - Remove all of the unused code, variables, and
> > > import statements identified by Eclipse 3.1.2
> > >    * [TOMAHAWK-621] - Tomahawk DayRenderer move inner classes out
> > > make more methods protected vs private
> > >    * [TOMAHAWK-639] - Improve overlap detection for zero length
> > > events in the detailed view
> > >    * [TOMAHAWK-659] - add colspan attribute to tomahawk PanelGrid /
> > > PanelGroup
> > >    * [TOMAHAWK-661] - DojoDialog has no style and styleClass attribute
> >
> > >    * [TOMAHAWK-675] - Build the example apps with specified versions
> > > of MyFaces and Tomahawk
> > >    * [TOMAHAWK-701] - TabbedPane renders all tabs in server side mode
> > >    * [TOMAHAWK-706] - body onload does not exist
> > >    * [TOMAHAWK-731] - Improvement in MyFaces-Javascripts for
> > compatibility
> > >    * [TOMAHAWK-743] - Fisheye component based on a DataModel
> > >    * [TOMAHAWK-744] - Enable better layouting for dataScroller -
> > > ability to switch between "list", "table", "singleList" and
> > > "singleTable" layouts
> > >    * [TOMAHAWK-747] - improve dojo initialisation times
> > >    * [TOMAHAWK-751] - Enhancing PPRGroup - periodicalUpdate for
> > > refreshing a partial page automatically
> > >    * [TOMAHAWK-767] - ASF Source Header and Copyright Notice Policy
> > >    * [TOMAHAWK-773] - Possible NullPointerException in
> > FieldSetRenderer
> > >    * [TOMAHAWK-836] - Tomahawk component renderers are not in
> > > FacesContext during the Shale Testing
> > >    * [TOMAHAWK-853] - Dojo Update from 0.4.0 to 0.4.1
> > >    * [TOMAHAWK-884] - TableSuggestAjax JavaScript based on Dojo
> > >    * [TOMAHAWK-919] - Improve description of buffer in apt
> > documentation
> > >    * [TOMAHAWK-921] - Improve usage example for validateEqual by
> > > adding second input
> > >
> > > ** New Feature
> > >    * [TOMAHAWK-109] - disabled property for <x:panelTab>
> > >    * [TOMAHAWK-151] - New component <s:selectItems>
> > >    * [TOMAHAWK-182] - new validator - validate comma separated
> > > entries by splitting them and validating individually
> > >    * [TOMAHAWK-551] - EmptySelection Patch for SelectOneLanguage
> > >    * [TOMAHAWK-597] - Client Side Validation Support
> > >    * [TOMAHAWK-607] - Security Resolver
> > >    * [TOMAHAWK-615] - Exporting DataTable data to excel
> > >    * [TOMAHAWK-618] - Partial Page Rendering for tomahawk
> > >    * [TOMAHAWK-655] - New component DojoDialog in Tomahawk-Sandbox
> > >    * [TOMAHAWK-684] - New attribute activePanelTabVar for
> > > HtmlPanelTabbedPane
> > >    * [TOMAHAWK-702] - PPRPanelGroup support a regular Expression as
> > > partialTrigger attribute
> > >    * [TOMAHAWK-708] - PPRPanelGroup should support an inline Loading
> > > Message
> > >    * [TOMAHAWK-721] - Toggle component for sandbox. This component
> > > allows the user to switch between View/Edit modes
> > >    * [TOMAHAWK-730] - create a component which will submit a form on
> > > a specific event
> > >    * [TOMAHAWK-839] - Add attributes to <t:dataTable> that will set
> > > the style and class attributes of the renered <tbody> tag.
> > >    * [TOMAHAWK-864] - Sorting by locale in FacesContext for strings
> > > (SortableModel)
> > >    * [TOMAHAWK-876] - Image loop / slide show component
> > >    * [TOMAHAWK-879] - InputSuggestAjax does not use the "style" option
> > >
> > > ** Task
> > >    * [TOMAHAWK-805] - Move sandbox selectItems to Tomahawk
> > >
> > >
> > >
> >
> >
> >
> >
>


-- 
Grant Smith

Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

Posted by Adrian Mitev <ad...@googlemail.com>.
I want also to thank to the myfaces team. Great work!

2007/4/20, Jeff Bischoff <jb...@klkurz.com>:
>
> Congrats guys, on getting this release out. :-)
>
> Well I did promise that when this release finally came out, I would help
> fix up the Facelets taglibs on our wiki to make sure they match up with
> the release. (Changes were introduced by the promotion of DOJO)
>
> Unfortunately, today is my last day as a full-time JSF developer. I have
> begun a new job that focuses much more on core java, and only makes
> seldom use of JSF. I would still like to update the wiki with this
> information, if I can find some free personal time. Of course, it would
> be even easier if someone volunteers to help me update it. :)
>
> After today, I will not have access to this email account. Any attempts
> to contact me should go to bischoje@rikus.com.
>
> I want to thank the whole community for providing this great product
> that I have been using here the past couple of years. I want to
> especially thank Andrew Robinson, Mike Kienenberger, Martin Marinschek,
> and Wendy Smoak, who have all been especially helpful to me in resolving
> issues. Thanks guys. This really is a great development community, and I
> hope I can be more involved in it again someday.
>
> Best Regards,
>
> Jeff Bischoff
>
> Manfred Geiler wrote:
> > The Apache MyFaces team is pleased to announce the release of "MyFaces
> > Tomahawk 1.1.5".
> >
> > MyFaces Tomahawk provides a series of JavaServer Faces components that
> > go beyond the JSF specification. These components are compatible with
> > the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1.1
> > compatible implementation. Of course the custom components can also be
> > used with the Apache JSF implementation "MyFaces Core 1.1.5".
> >
> > MyFaces Tomahawk 1.1.5 is available in both binary and source
> > distributions.
> >
> >    * http://myfaces.apache.org/download.html
> >
> > MyFaces Tomahawk is also available in the central Maven repository
> > under Group ID "org.apache.myfaces.tomahawk".
> >
> > Enjoy!
> > Manfred
> >
> >
> > Release Notes - MyFaces Tomahawk - Version 1.1.5
> >
> > Important: For RI compatibility, and adherence to the spec, itemValues
> > can no longer coerce to the backing bean type.  You may get the
> > validation error "Value is not a valid option." when this occurs.
> > Previous versions of MyFaces/Tomahawk did coerce the itemValue to the
> > type of the backing bean, so applications that relied on that will no
> > longer work as expected.
> >
> > ** Fixed Bugs
> >    * [TOMAHAWK-17] - <t:commandSortHeader> processes action /
> > actionListener before updating values of sortColumn and sortAscending
> >    * [TOMAHAWK-23] - SelectOneCountry needs to support an empty
> selection
> >    * [TOMAHAWK-36] - t:div, t:span, s:fieldset should render children
> >    * [TOMAHAWK-41] - inputDate does not support forceId
> >    * [TOMAHAWK-42] - ImportCalendar doesn't work in FireFox browser
> >    * [TOMAHAWK-66] - add colspan (and header/footer colspan)
> > attributes to tomahawk extended column tag
> >    * [TOMAHAWK-80] - AliasBean doesn't need the renderer
> >    * [TOMAHAWK-141] - InputSuggestAjax should allow differentiation
> > between text in popup and text in input box
> >    * [TOMAHAWK-258] - sandbox inputSuggestAjax ignores onkeydown event
> >    * [TOMAHAWK-322] - InputSuggestAjax: False Encoding with German
> Umlauts
> >    * [TOMAHAWK-378] - Can't submit an empty date with x:inputDate
> >    * [TOMAHAWK-402] - error message on popup, when using SSL
> >    * [TOMAHAWK-467] - SEVERE: Row is not available. Rowindex = 4
> >    * [TOMAHAWK-469] - Enter key in inputSuggestAjax submits form
> >    * [TOMAHAWK-491] - t:columns generates wrong name in children input
> > fields
> >    * [TOMAHAWK-506] - Schedule getClickedTime() returns incorrect
> > time in compact views
> >    * [TOMAHAWK-516] - JSCookMenu problems in a Trinidad project
> >    * [TOMAHAWK-521] - Values from checkboxes not received on submit,
> > when branches are collapsed.
> >    * [TOMAHAWK-524] - RedirectTrackerManager should be Serializable
> >    * [TOMAHAWK-535] - Schedule Tooltip is broken in Internet Explorer
> >    * [TOMAHAWK-541] - Tomahawk TLD error
> >    * [TOMAHAWK-554] - Can't use automatic sorting on dataTable when
> > some columns doesn't have a header facet
> >    * [TOMAHAWK-565] - inputHTML produces IE security warning about
> > midex secure and unsecure items
> >    * [TOMAHAWK-589] - Remove JSP dependency from navmenu renderers
> >    * [TOMAHAWK-590] - Unparsable lastModified : @lastModified@ should
> > be no ERROR
> >    * [TOMAHAWK-605] - compareToValidator JSP tag converts
> > "comparator" property to string instead of Comparator
> >    * [TOMAHAWK-606] - t:commandLink does not work - gives javascript
> error
> >    * [TOMAHAWK-623] - RedirectTracker and
> > RedirectTrackerRequestMapWrapper remove implementation
> >    * [TOMAHAWK-640] - Javascript-Code broken when using 2 or more
> > PPRPanelGroups
> >    * [TOMAHAWK-644] - Nullpointer in AutoScrollerPhaseListener when
> > using weblets and a request for a resource comes in.
> >    * [TOMAHAWK-647] - t:popup no longer pops up if id isn't specified
> > manually.
> >    * [TOMAHAWK-650] - ScheduleDay getFirstEventHour() incorrect when
> > all day event and non-all day event exist
> >    * [TOMAHAWK-651] - Excessive warnings when using Tomahawk with RI
> >    * [TOMAHAWK-656] - Dates missing in Schedule month view
> >    * [TOMAHAWK-660] - resources fail in web apps with spaces in context
> > path
> >    * [TOMAHAWK-672] - RedirectTrackerManager behavior must be
> > disabled by default
> >    * [TOMAHAWK-682] - Editor does not work anymore in Firefox
> >    * [TOMAHAWK-683] - r448673 lost ValueBinding support for
> > message/detailMessage/summaryMessage
> >    * [TOMAHAWK-685] - NPE during ClassCastException in
> CompareToValidator
> >    * [TOMAHAWK-695] - PPRPanelGroup partialTriggers don't work for
> > commandLink, selectOneMenu and selectBooleanCheckBox
> >    * [TOMAHAWK-696] - PPRPanelGroup partialTriggers don't support
> > ValueBindings
> >    * [TOMAHAWK-697] - PPRPanelGroup panelGroup insert renderd spans
> > into each other when repeatetly refreshing
> >    * [TOMAHAWK-707] - PPRPanelGroup partialTriggerPattern js-function
> > produces JS-error when invoked with non-string object
> >    * [TOMAHAWK-710] - Add new CSS classes to schedule
> >    * [TOMAHAWK-714] - Error in inputDate documentation
> >    * [TOMAHAWK-738] - SaveState fails with a java.util.List
> > implementation other than ArrayList
> >    * [TOMAHAWK-745] - pprPanelGroup doesn't save the state
> >    * [TOMAHAWK-748] - International Characters not displaying
> > correctly - apparent encoding problem.
> >    * [TOMAHAWK-749] - t:stylesheet example renders two head elements
> > (patch included)
> >    * [TOMAHAWK-752] - TabbedPane does not implement NamingContainer
> >    * [TOMAHAWK-759] - When type="both", inputDate does not accept null
> > value
> >    * [TOMAHAWK-760] - modalDialog shows in page instead of being a
> > popup in Internet Explorer
> >    * [TOMAHAWK-764] - ValueBinding lost for first attribute
> >    * [TOMAHAWK-765] - Callback-Handling in AJAX-Form components
> >    * [TOMAHAWK-774] - Browser does not cache resources
> >    * [TOMAHAWK-803] - SelectOneLanguage validator never called
> >    * [TOMAHAWK-804] - SelectOneCountry validators are ignored
> >    * [TOMAHAWK-813] - submitOnEvent doesn't recognize image
> commandButtons
> >    * [TOMAHAWK-817] - s:selectItems fails when label is null
> >    * [TOMAHAWK-818] - TableSuggestAjax after upgrade of dojo.
> >    * [TOMAHAWK-834] - HtmlDataScrollerTag missing a shit load of setters
> >    * [TOMAHAWK-835] - Missing properties for HtmlNewspaperTableTag &
> > HtmlColumnsTag
> >    * [TOMAHAWK-845] - Wrong urls for JsCookMenu images when cookies
> > are disabled
> >    * [TOMAHAWK-846] - Calendar does not work with Sun RI 1.1 when
> > renderAsPopup="true" and date value is initially null
> >    * [TOMAHAWK-848] - FacesIO is not working with the latest DOJO
> updates
> >    * [TOMAHAWK-850] - displayValueOnly on input elements who are
> > required triggers validation
> >    * [TOMAHAWK-852] - tableSuggestAjax not processing cursor keys
> properly
> >    * [TOMAHAWK-859] - possible bug in the tomahawk taglib tld the dojo
> part
> >    * [TOMAHAWK-869] - <t:selectOneCountry> empty selection does not work
> >    * [TOMAHAWK-870] - Sandbox dojolayouts.FloatingPaneTag iconSrc error
> >    * [TOMAHAWK-886] - DojoInitializer doesn't render correctly after
> > restoreState
> >    * [TOMAHAWK-898] - New tableSuggestAjax is ignoring multiple
> attribtues
> >    * [TOMAHAWK-901] - EmailValidator considers leading-trailing
> > whitespaces as invalid
> >    * [TOMAHAWK-903] - Changing the rendered "state" of inputDate
> > causes a NullPointerException
> >    * [TOMAHAWK-905] - s:filterTable and s:sortableColumn missing TLD
> > attributes (FilterTableRenderer)
> >    * [TOMAHAWK-906] - DojoUtils class not handling isAttribute
> > methods in components
> >    * [TOMAHAWK-909] - PPRPanelGroup ignores return value of false
> > from custom onClick
> >    * [TOMAHAWK-910] - inputSugestAjax onchange JavaScript error
> >    * [TOMAHAWK-916] - jslistener.jsf example no longer works
> >    * [TOMAHAWK-928] - DojoUtils.getAttributeMap fails for subclassed
> > Dojo Components
> >    * [TOMAHAWK-932] - SelectBox example always fails the door validation
> >    * [TOMAHAWK-934] - Email validator allows whitespace
> >    * [TOMAHAWK-936] - TableSuggestAjax aborts page load in IE
> >
> > ** Improvement
> >    * [TOMAHAWK-441] - Add orientation parameter to NewspaperTable
> >    * [TOMAHAWK-472] - Prevent overwrite of field value if suggestions
> > don't exactly match
> >    * [TOMAHAWK-503] - Capture and restore saveState Beans and
> > messages when using redirect navigation rule
> >    * [TOMAHAWK-510] - Facelets + Inline EL + tree2 =
> > InvalidArgumentException
> >    * [TOMAHAWK-517] - Tomahawk Maven2 oddity: 1.1.3 requires Struts1.2.8
> >    * [TOMAHAWK-525] - Refactor of DefaultScheduleEntryRenderer
> >    * [TOMAHAWK-603] - Remove all of the unused code, variables, and
> > import statements identified by Eclipse 3.1.2
> >    * [TOMAHAWK-621] - Tomahawk DayRenderer move inner classes out
> > make more methods protected vs private
> >    * [TOMAHAWK-639] - Improve overlap detection for zero length
> > events in the detailed view
> >    * [TOMAHAWK-659] - add colspan attribute to tomahawk PanelGrid /
> > PanelGroup
> >    * [TOMAHAWK-661] - DojoDialog has no style and styleClass attribute
> >    * [TOMAHAWK-675] - Build the example apps with specified versions
> > of MyFaces and Tomahawk
> >    * [TOMAHAWK-701] - TabbedPane renders all tabs in server side mode
> >    * [TOMAHAWK-706] - body onload does not exist
> >    * [TOMAHAWK-731] - Improvement in MyFaces-Javascripts for
> compatibility
> >    * [TOMAHAWK-743] - Fisheye component based on a DataModel
> >    * [TOMAHAWK-744] - Enable better layouting for dataScroller -
> > ability to switch between "list", "table", "singleList" and
> > "singleTable" layouts
> >    * [TOMAHAWK-747] - improve dojo initialisation times
> >    * [TOMAHAWK-751] - Enhancing PPRGroup - periodicalUpdate for
> > refreshing a partial page automatically
> >    * [TOMAHAWK-767] - ASF Source Header and Copyright Notice Policy
> >    * [TOMAHAWK-773] - Possible NullPointerException in FieldSetRenderer
> >    * [TOMAHAWK-836] - Tomahawk component renderers are not in
> > FacesContext during the Shale Testing
> >    * [TOMAHAWK-853] - Dojo Update from 0.4.0 to 0.4.1
> >    * [TOMAHAWK-884] - TableSuggestAjax JavaScript based on Dojo
> >    * [TOMAHAWK-919] - Improve description of buffer in apt documentation
> >    * [TOMAHAWK-921] - Improve usage example for validateEqual by
> > adding second input
> >
> > ** New Feature
> >    * [TOMAHAWK-109] - disabled property for <x:panelTab>
> >    * [TOMAHAWK-151] - New component <s:selectItems>
> >    * [TOMAHAWK-182] - new validator - validate comma separated
> > entries by splitting them and validating individually
> >    * [TOMAHAWK-551] - EmptySelection Patch for SelectOneLanguage
> >    * [TOMAHAWK-597] - Client Side Validation Support
> >    * [TOMAHAWK-607] - Security Resolver
> >    * [TOMAHAWK-615] - Exporting DataTable data to excel
> >    * [TOMAHAWK-618] - Partial Page Rendering for tomahawk
> >    * [TOMAHAWK-655] - New component DojoDialog in Tomahawk-Sandbox
> >    * [TOMAHAWK-684] - New attribute activePanelTabVar for
> > HtmlPanelTabbedPane
> >    * [TOMAHAWK-702] - PPRPanelGroup support a regular Expression as
> > partialTrigger attribute
> >    * [TOMAHAWK-708] - PPRPanelGroup should support an inline Loading
> > Message
> >    * [TOMAHAWK-721] - Toggle component for sandbox. This component
> > allows the user to switch between View/Edit modes
> >    * [TOMAHAWK-730] - create a component which will submit a form on
> > a specific event
> >    * [TOMAHAWK-839] - Add attributes to <t:dataTable> that will set
> > the style and class attributes of the renered <tbody> tag.
> >    * [TOMAHAWK-864] - Sorting by locale in FacesContext for strings
> > (SortableModel)
> >    * [TOMAHAWK-876] - Image loop / slide show component
> >    * [TOMAHAWK-879] - InputSuggestAjax does not use the "style" option
> >
> > ** Task
> >    * [TOMAHAWK-805] - Move sandbox selectItems to Tomahawk
> >
> >
> >
>
>
>
>

Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

Posted by Jeff Bischoff <jb...@klkurz.com>.
Congrats guys, on getting this release out. :-)

Well I did promise that when this release finally came out, I would help 
fix up the Facelets taglibs on our wiki to make sure they match up with 
the release. (Changes were introduced by the promotion of DOJO)

Unfortunately, today is my last day as a full-time JSF developer. I have 
begun a new job that focuses much more on core java, and only makes 
seldom use of JSF. I would still like to update the wiki with this 
information, if I can find some free personal time. Of course, it would 
be even easier if someone volunteers to help me update it. :)

After today, I will not have access to this email account. Any attempts 
to contact me should go to bischoje@rikus.com.

I want to thank the whole community for providing this great product 
that I have been using here the past couple of years. I want to 
especially thank Andrew Robinson, Mike Kienenberger, Martin Marinschek, 
and Wendy Smoak, who have all been especially helpful to me in resolving 
issues. Thanks guys. This really is a great development community, and I 
hope I can be more involved in it again someday.

Best Regards,

Jeff Bischoff

Manfred Geiler wrote:
> The Apache MyFaces team is pleased to announce the release of "MyFaces
> Tomahawk 1.1.5".
> 
> MyFaces Tomahawk provides a series of JavaServer Faces components that
> go beyond the JSF specification. These components are compatible with
> the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1.1
> compatible implementation. Of course the custom components can also be
> used with the Apache JSF implementation "MyFaces Core 1.1.5".
> 
> MyFaces Tomahawk 1.1.5 is available in both binary and source 
> distributions.
> 
>    * http://myfaces.apache.org/download.html
> 
> MyFaces Tomahawk is also available in the central Maven repository
> under Group ID "org.apache.myfaces.tomahawk".
> 
> Enjoy!
> Manfred
> 
> 
> Release Notes - MyFaces Tomahawk - Version 1.1.5
> 
> Important: For RI compatibility, and adherence to the spec, itemValues
> can no longer coerce to the backing bean type.  You may get the
> validation error "Value is not a valid option." when this occurs.
> Previous versions of MyFaces/Tomahawk did coerce the itemValue to the
> type of the backing bean, so applications that relied on that will no
> longer work as expected.
> 
> ** Fixed Bugs
>    * [TOMAHAWK-17] - <t:commandSortHeader> processes action /
> actionListener before updating values of sortColumn and sortAscending
>    * [TOMAHAWK-23] - SelectOneCountry needs to support an empty selection
>    * [TOMAHAWK-36] - t:div, t:span, s:fieldset should render children
>    * [TOMAHAWK-41] - inputDate does not support forceId
>    * [TOMAHAWK-42] - ImportCalendar doesn't work in FireFox browser
>    * [TOMAHAWK-66] - add colspan (and header/footer colspan)
> attributes to tomahawk extended column tag
>    * [TOMAHAWK-80] - AliasBean doesn't need the renderer
>    * [TOMAHAWK-141] - InputSuggestAjax should allow differentiation
> between text in popup and text in input box
>    * [TOMAHAWK-258] - sandbox inputSuggestAjax ignores onkeydown event
>    * [TOMAHAWK-322] - InputSuggestAjax: False Encoding with German Umlauts
>    * [TOMAHAWK-378] - Can't submit an empty date with x:inputDate
>    * [TOMAHAWK-402] - error message on popup, when using SSL
>    * [TOMAHAWK-467] - SEVERE: Row is not available. Rowindex = 4
>    * [TOMAHAWK-469] - Enter key in inputSuggestAjax submits form
>    * [TOMAHAWK-491] - t:columns generates wrong name in children input 
> fields
>    * [TOMAHAWK-506] - Schedule getClickedTime() returns incorrect
> time in compact views
>    * [TOMAHAWK-516] - JSCookMenu problems in a Trinidad project
>    * [TOMAHAWK-521] - Values from checkboxes not received on submit,
> when branches are collapsed.
>    * [TOMAHAWK-524] - RedirectTrackerManager should be Serializable
>    * [TOMAHAWK-535] - Schedule Tooltip is broken in Internet Explorer
>    * [TOMAHAWK-541] - Tomahawk TLD error
>    * [TOMAHAWK-554] - Can't use automatic sorting on dataTable when
> some columns doesn't have a header facet
>    * [TOMAHAWK-565] - inputHTML produces IE security warning about
> midex secure and unsecure items
>    * [TOMAHAWK-589] - Remove JSP dependency from navmenu renderers
>    * [TOMAHAWK-590] - Unparsable lastModified : @lastModified@ should
> be no ERROR
>    * [TOMAHAWK-605] - compareToValidator JSP tag converts
> "comparator" property to string instead of Comparator
>    * [TOMAHAWK-606] - t:commandLink does not work - gives javascript error
>    * [TOMAHAWK-623] - RedirectTracker and
> RedirectTrackerRequestMapWrapper remove implementation
>    * [TOMAHAWK-640] - Javascript-Code broken when using 2 or more
> PPRPanelGroups
>    * [TOMAHAWK-644] - Nullpointer in AutoScrollerPhaseListener when
> using weblets and a request for a resource comes in.
>    * [TOMAHAWK-647] - t:popup no longer pops up if id isn't specified 
> manually.
>    * [TOMAHAWK-650] - ScheduleDay getFirstEventHour() incorrect when
> all day event and non-all day event exist
>    * [TOMAHAWK-651] - Excessive warnings when using Tomahawk with RI
>    * [TOMAHAWK-656] - Dates missing in Schedule month view
>    * [TOMAHAWK-660] - resources fail in web apps with spaces in context 
> path
>    * [TOMAHAWK-672] - RedirectTrackerManager behavior must be
> disabled by default
>    * [TOMAHAWK-682] - Editor does not work anymore in Firefox
>    * [TOMAHAWK-683] - r448673 lost ValueBinding support for
> message/detailMessage/summaryMessage
>    * [TOMAHAWK-685] - NPE during ClassCastException in CompareToValidator
>    * [TOMAHAWK-695] - PPRPanelGroup partialTriggers don't work for
> commandLink, selectOneMenu and selectBooleanCheckBox
>    * [TOMAHAWK-696] - PPRPanelGroup partialTriggers don't support 
> ValueBindings
>    * [TOMAHAWK-697] - PPRPanelGroup panelGroup insert renderd spans
> into each other when repeatetly refreshing
>    * [TOMAHAWK-707] - PPRPanelGroup partialTriggerPattern js-function
> produces JS-error when invoked with non-string object
>    * [TOMAHAWK-710] - Add new CSS classes to schedule
>    * [TOMAHAWK-714] - Error in inputDate documentation
>    * [TOMAHAWK-738] - SaveState fails with a java.util.List
> implementation other than ArrayList
>    * [TOMAHAWK-745] - pprPanelGroup doesn't save the state
>    * [TOMAHAWK-748] - International Characters not displaying
> correctly - apparent encoding problem.
>    * [TOMAHAWK-749] - t:stylesheet example renders two head elements
> (patch included)
>    * [TOMAHAWK-752] - TabbedPane does not implement NamingContainer
>    * [TOMAHAWK-759] - When type="both", inputDate does not accept null 
> value
>    * [TOMAHAWK-760] - modalDialog shows in page instead of being a
> popup in Internet Explorer
>    * [TOMAHAWK-764] - ValueBinding lost for first attribute
>    * [TOMAHAWK-765] - Callback-Handling in AJAX-Form components
>    * [TOMAHAWK-774] - Browser does not cache resources
>    * [TOMAHAWK-803] - SelectOneLanguage validator never called
>    * [TOMAHAWK-804] - SelectOneCountry validators are ignored
>    * [TOMAHAWK-813] - submitOnEvent doesn't recognize image commandButtons
>    * [TOMAHAWK-817] - s:selectItems fails when label is null
>    * [TOMAHAWK-818] - TableSuggestAjax after upgrade of dojo.
>    * [TOMAHAWK-834] - HtmlDataScrollerTag missing a shit load of setters
>    * [TOMAHAWK-835] - Missing properties for HtmlNewspaperTableTag &
> HtmlColumnsTag
>    * [TOMAHAWK-845] - Wrong urls for JsCookMenu images when cookies
> are disabled
>    * [TOMAHAWK-846] - Calendar does not work with Sun RI 1.1 when
> renderAsPopup="true" and date value is initially null
>    * [TOMAHAWK-848] - FacesIO is not working with the latest DOJO updates
>    * [TOMAHAWK-850] - displayValueOnly on input elements who are
> required triggers validation
>    * [TOMAHAWK-852] - tableSuggestAjax not processing cursor keys properly
>    * [TOMAHAWK-859] - possible bug in the tomahawk taglib tld the dojo part
>    * [TOMAHAWK-869] - <t:selectOneCountry> empty selection does not work
>    * [TOMAHAWK-870] - Sandbox dojolayouts.FloatingPaneTag iconSrc error
>    * [TOMAHAWK-886] - DojoInitializer doesn't render correctly after
> restoreState
>    * [TOMAHAWK-898] - New tableSuggestAjax is ignoring multiple attribtues
>    * [TOMAHAWK-901] - EmailValidator considers leading-trailing
> whitespaces as invalid
>    * [TOMAHAWK-903] - Changing the rendered "state" of inputDate
> causes a NullPointerException
>    * [TOMAHAWK-905] - s:filterTable and s:sortableColumn missing TLD
> attributes (FilterTableRenderer)
>    * [TOMAHAWK-906] - DojoUtils class not handling isAttribute
> methods in components
>    * [TOMAHAWK-909] - PPRPanelGroup ignores return value of false
> from custom onClick
>    * [TOMAHAWK-910] - inputSugestAjax onchange JavaScript error
>    * [TOMAHAWK-916] - jslistener.jsf example no longer works
>    * [TOMAHAWK-928] - DojoUtils.getAttributeMap fails for subclassed
> Dojo Components
>    * [TOMAHAWK-932] - SelectBox example always fails the door validation
>    * [TOMAHAWK-934] - Email validator allows whitespace
>    * [TOMAHAWK-936] - TableSuggestAjax aborts page load in IE
> 
> ** Improvement
>    * [TOMAHAWK-441] - Add orientation parameter to NewspaperTable
>    * [TOMAHAWK-472] - Prevent overwrite of field value if suggestions
> don't exactly match
>    * [TOMAHAWK-503] - Capture and restore saveState Beans and
> messages when using redirect navigation rule
>    * [TOMAHAWK-510] - Facelets + Inline EL + tree2 = 
> InvalidArgumentException
>    * [TOMAHAWK-517] - Tomahawk Maven2 oddity: 1.1.3 requires Struts1.2.8
>    * [TOMAHAWK-525] - Refactor of DefaultScheduleEntryRenderer
>    * [TOMAHAWK-603] - Remove all of the unused code, variables, and
> import statements identified by Eclipse 3.1.2
>    * [TOMAHAWK-621] - Tomahawk DayRenderer move inner classes out
> make more methods protected vs private
>    * [TOMAHAWK-639] - Improve overlap detection for zero length
> events in the detailed view
>    * [TOMAHAWK-659] - add colspan attribute to tomahawk PanelGrid / 
> PanelGroup
>    * [TOMAHAWK-661] - DojoDialog has no style and styleClass attribute
>    * [TOMAHAWK-675] - Build the example apps with specified versions
> of MyFaces and Tomahawk
>    * [TOMAHAWK-701] - TabbedPane renders all tabs in server side mode
>    * [TOMAHAWK-706] - body onload does not exist
>    * [TOMAHAWK-731] - Improvement in MyFaces-Javascripts for compatibility
>    * [TOMAHAWK-743] - Fisheye component based on a DataModel
>    * [TOMAHAWK-744] - Enable better layouting for dataScroller -
> ability to switch between "list", "table", "singleList" and
> "singleTable" layouts
>    * [TOMAHAWK-747] - improve dojo initialisation times
>    * [TOMAHAWK-751] - Enhancing PPRGroup - periodicalUpdate for
> refreshing a partial page automatically
>    * [TOMAHAWK-767] - ASF Source Header and Copyright Notice Policy
>    * [TOMAHAWK-773] - Possible NullPointerException in FieldSetRenderer
>    * [TOMAHAWK-836] - Tomahawk component renderers are not in
> FacesContext during the Shale Testing
>    * [TOMAHAWK-853] - Dojo Update from 0.4.0 to 0.4.1
>    * [TOMAHAWK-884] - TableSuggestAjax JavaScript based on Dojo
>    * [TOMAHAWK-919] - Improve description of buffer in apt documentation
>    * [TOMAHAWK-921] - Improve usage example for validateEqual by
> adding second input
> 
> ** New Feature
>    * [TOMAHAWK-109] - disabled property for <x:panelTab>
>    * [TOMAHAWK-151] - New component <s:selectItems>
>    * [TOMAHAWK-182] - new validator - validate comma separated
> entries by splitting them and validating individually
>    * [TOMAHAWK-551] - EmptySelection Patch for SelectOneLanguage
>    * [TOMAHAWK-597] - Client Side Validation Support
>    * [TOMAHAWK-607] - Security Resolver
>    * [TOMAHAWK-615] - Exporting DataTable data to excel
>    * [TOMAHAWK-618] - Partial Page Rendering for tomahawk
>    * [TOMAHAWK-655] - New component DojoDialog in Tomahawk-Sandbox
>    * [TOMAHAWK-684] - New attribute activePanelTabVar for 
> HtmlPanelTabbedPane
>    * [TOMAHAWK-702] - PPRPanelGroup support a regular Expression as
> partialTrigger attribute
>    * [TOMAHAWK-708] - PPRPanelGroup should support an inline Loading 
> Message
>    * [TOMAHAWK-721] - Toggle component for sandbox. This component
> allows the user to switch between View/Edit modes
>    * [TOMAHAWK-730] - create a component which will submit a form on
> a specific event
>    * [TOMAHAWK-839] - Add attributes to <t:dataTable> that will set
> the style and class attributes of the renered <tbody> tag.
>    * [TOMAHAWK-864] - Sorting by locale in FacesContext for strings
> (SortableModel)
>    * [TOMAHAWK-876] - Image loop / slide show component
>    * [TOMAHAWK-879] - InputSuggestAjax does not use the "style" option
> 
> ** Task
>    * [TOMAHAWK-805] - Move sandbox selectItems to Tomahawk
> 
> 
> 




Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

Posted by Matthias Wessendorf <ma...@apache.org>.
Hey Manfred,

I don't care :-) Trinidad and Tobago have the same issues.
I haven't voted -1 ;-)
The licensing is much much more critical. There is always SVN.

See you in London
-Matthias

On 4/20/07, Manfred Geiler <ma...@gmail.com> wrote:
> Matze,
> "You can't always get what you want!"  ;-)
> (Rolling Stones: Wise men...)
>
> AND: There are sources and javadoc artifacts for all examples in Maven
> repo. This isn't nothing!
>
> Ok, no kidding. It's just a matter of doing (TOMAHAWK-944). There are
> only binary assembly definitions yet for the examples.
>
> --Manfred
>
>
>
> On 4/19/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > great.
> >
> > Hopefully we fix the issue that the demos don't contain java-sources
> > for the next release ;-)
> >
> > -Matthias
> >
> > On 4/19/07, Manfred Geiler <ma...@apache.org> wrote:
> > > The Apache MyFaces team is pleased to announce the release of "MyFaces
> > > Tomahawk 1.1.5".
> > >
> > > MyFaces Tomahawk provides a series of JavaServer Faces components that
> > > go beyond the JSF specification. These components are compatible with
> > > the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1.1
> > > compatible implementation. Of course the custom components can also be
> > > used with the Apache JSF implementation "MyFaces Core 1.1.5".
> > >
> > > MyFaces Tomahawk 1.1.5 is available in both binary and source distributions.
> > >
> > >     * http://myfaces.apache.org/download.html
> > >
> > > MyFaces Tomahawk is also available in the central Maven repository
> > > under Group ID "org.apache.myfaces.tomahawk".
> > >
> > > Enjoy!
> > > Manfred
> > >
> > >
> > > Release Notes - MyFaces Tomahawk - Version 1.1.5
> > >
> > > Important: For RI compatibility, and adherence to the spec, itemValues
> > > can no longer coerce to the backing bean type.  You may get the
> > > validation error "Value is not a valid option." when this occurs.
> > > Previous versions of MyFaces/Tomahawk did coerce the itemValue to the
> > > type of the backing bean, so applications that relied on that will no
> > > longer work as expected.
> > >
> > > ** Fixed Bugs
> > >     * [TOMAHAWK-17] - <t:commandSortHeader> processes action /
> > > actionListener before updating values of sortColumn and sortAscending
> > >     * [TOMAHAWK-23] - SelectOneCountry needs to support an empty selection
> > >     * [TOMAHAWK-36] - t:div, t:span, s:fieldset should render children
> > >     * [TOMAHAWK-41] - inputDate does not support forceId
> > >     * [TOMAHAWK-42] - ImportCalendar doesn't work in FireFox browser
> > >     * [TOMAHAWK-66] - add colspan (and header/footer colspan)
> > > attributes to tomahawk extended column tag
> > >     * [TOMAHAWK-80] - AliasBean doesn't need the renderer
> > >     * [TOMAHAWK-141] - InputSuggestAjax should allow differentiation
> > > between text in popup and text in input box
> > >     * [TOMAHAWK-258] - sandbox inputSuggestAjax ignores onkeydown event
> > >     * [TOMAHAWK-322] - InputSuggestAjax: False Encoding with German Umlauts
> > >     * [TOMAHAWK-378] - Can't submit an empty date with x:inputDate
> > >     * [TOMAHAWK-402] - error message on popup, when using SSL
> > >     * [TOMAHAWK-467] - SEVERE: Row is not available. Rowindex = 4
> > >     * [TOMAHAWK-469] - Enter key in inputSuggestAjax submits form
> > >     * [TOMAHAWK-491] - t:columns generates wrong name in children input fields
> > >     * [TOMAHAWK-506] - Schedule getClickedTime() returns incorrect
> > > time in compact views
> > >     * [TOMAHAWK-516] - JSCookMenu problems in a Trinidad project
> > >     * [TOMAHAWK-521] - Values from checkboxes not received on submit,
> > > when branches are collapsed.
> > >     * [TOMAHAWK-524] - RedirectTrackerManager should be Serializable
> > >     * [TOMAHAWK-535] - Schedule Tooltip is broken in Internet Explorer
> > >     * [TOMAHAWK-541] - Tomahawk TLD error
> > >     * [TOMAHAWK-554] - Can't use automatic sorting on dataTable when
> > > some columns doesn't have a header facet
> > >     * [TOMAHAWK-565] - inputHTML produces IE security warning about
> > > midex secure and unsecure items
> > >     * [TOMAHAWK-589] - Remove JSP dependency from navmenu renderers
> > >     * [TOMAHAWK-590] - Unparsable lastModified : @lastModified@ should
> > > be no ERROR
> > >     * [TOMAHAWK-605] - compareToValidator JSP tag converts
> > > "comparator" property to string instead of Comparator
> > >     * [TOMAHAWK-606] - t:commandLink does not work - gives javascript error
> > >     * [TOMAHAWK-623] - RedirectTracker and
> > > RedirectTrackerRequestMapWrapper remove implementation
> > >     * [TOMAHAWK-640] - Javascript-Code broken when using 2 or more
> > > PPRPanelGroups
> > >     * [TOMAHAWK-644] - Nullpointer in AutoScrollerPhaseListener when
> > > using weblets and a request for a resource comes in.
> > >     * [TOMAHAWK-647] - t:popup no longer pops up if id isn't specified manually.
> > >     * [TOMAHAWK-650] - ScheduleDay getFirstEventHour() incorrect when
> > > all day event and non-all day event exist
> > >     * [TOMAHAWK-651] - Excessive warnings when using Tomahawk with RI
> > >     * [TOMAHAWK-656] - Dates missing in Schedule month view
> > >     * [TOMAHAWK-660] - resources fail in web apps with spaces in context path
> > >     * [TOMAHAWK-672] - RedirectTrackerManager behavior must be
> > > disabled by default
> > >     * [TOMAHAWK-682] - Editor does not work anymore in Firefox
> > >     * [TOMAHAWK-683] - r448673 lost ValueBinding support for
> > > message/detailMessage/summaryMessage
> > >     * [TOMAHAWK-685] - NPE during ClassCastException in CompareToValidator
> > >     * [TOMAHAWK-695] - PPRPanelGroup partialTriggers don't work for
> > > commandLink, selectOneMenu and selectBooleanCheckBox
> > >     * [TOMAHAWK-696] - PPRPanelGroup partialTriggers don't support ValueBindings
> > >     * [TOMAHAWK-697] - PPRPanelGroup panelGroup insert renderd spans
> > > into each other when repeatetly refreshing
> > >     * [TOMAHAWK-707] - PPRPanelGroup partialTriggerPattern js-function
> > > produces JS-error when invoked with non-string object
> > >     * [TOMAHAWK-710] - Add new CSS classes to schedule
> > >     * [TOMAHAWK-714] - Error in inputDate documentation
> > >     * [TOMAHAWK-738] - SaveState fails with a java.util.List
> > > implementation other than ArrayList
> > >     * [TOMAHAWK-745] - pprPanelGroup doesn't save the state
> > >     * [TOMAHAWK-748] - International Characters not displaying
> > > correctly - apparent encoding problem.
> > >     * [TOMAHAWK-749] - t:stylesheet example renders two head elements
> > > (patch included)
> > >     * [TOMAHAWK-752] - TabbedPane does not implement NamingContainer
> > >     * [TOMAHAWK-759] - When type="both", inputDate does not accept null value
> > >     * [TOMAHAWK-760] - modalDialog shows in page instead of being a
> > > popup in Internet Explorer
> > >     * [TOMAHAWK-764] - ValueBinding lost for first attribute
> > >     * [TOMAHAWK-765] - Callback-Handling in AJAX-Form components
> > >     * [TOMAHAWK-774] - Browser does not cache resources
> > >     * [TOMAHAWK-803] - SelectOneLanguage validator never called
> > >     * [TOMAHAWK-804] - SelectOneCountry validators are ignored
> > >     * [TOMAHAWK-813] - submitOnEvent doesn't recognize image commandButtons
> > >     * [TOMAHAWK-817] - s:selectItems fails when label is null
> > >     * [TOMAHAWK-818] - TableSuggestAjax after upgrade of dojo.
> > >     * [TOMAHAWK-834] - HtmlDataScrollerTag missing a shit load of setters
> > >     * [TOMAHAWK-835] - Missing properties for HtmlNewspaperTableTag &
> > > HtmlColumnsTag
> > >     * [TOMAHAWK-845] - Wrong urls for JsCookMenu images when cookies
> > > are disabled
> > >     * [TOMAHAWK-846] - Calendar does not work with Sun RI 1.1 when
> > > renderAsPopup="true" and date value is initially null
> > >     * [TOMAHAWK-848] - FacesIO is not working with the latest DOJO updates
> > >     * [TOMAHAWK-850] - displayValueOnly on input elements who are
> > > required triggers validation
> > >     * [TOMAHAWK-852] - tableSuggestAjax not processing cursor keys properly
> > >     * [TOMAHAWK-859] - possible bug in the tomahawk taglib tld the dojo part
> > >     * [TOMAHAWK-869] - <t:selectOneCountry> empty selection does not work
> > >     * [TOMAHAWK-870] - Sandbox dojolayouts.FloatingPaneTag iconSrc error
> > >     * [TOMAHAWK-886] - DojoInitializer doesn't render correctly after
> > > restoreState
> > >     * [TOMAHAWK-898] - New tableSuggestAjax is ignoring multiple attribtues
> > >     * [TOMAHAWK-901] - EmailValidator considers leading-trailing
> > > whitespaces as invalid
> > >     * [TOMAHAWK-903] - Changing the rendered "state" of inputDate
> > > causes a NullPointerException
> > >     * [TOMAHAWK-905] - s:filterTable and s:sortableColumn missing TLD
> > > attributes (FilterTableRenderer)
> > >     * [TOMAHAWK-906] - DojoUtils class not handling isAttribute
> > > methods in components
> > >     * [TOMAHAWK-909] - PPRPanelGroup ignores return value of false
> > > from custom onClick
> > >     * [TOMAHAWK-910] - inputSugestAjax onchange JavaScript error
> > >     * [TOMAHAWK-916] - jslistener.jsf example no longer works
> > >     * [TOMAHAWK-928] - DojoUtils.getAttributeMap fails for subclassed
> > > Dojo Components
> > >     * [TOMAHAWK-932] - SelectBox example always fails the door validation
> > >     * [TOMAHAWK-934] - Email validator allows whitespace
> > >     * [TOMAHAWK-936] - TableSuggestAjax aborts page load in IE
> > >
> > > ** Improvement
> > >     * [TOMAHAWK-441] - Add orientation parameter to NewspaperTable
> > >     * [TOMAHAWK-472] - Prevent overwrite of field value if suggestions
> > > don't exactly match
> > >     * [TOMAHAWK-503] - Capture and restore saveState Beans and
> > > messages when using redirect navigation rule
> > >     * [TOMAHAWK-510] - Facelets + Inline EL + tree2 = InvalidArgumentException
> > >     * [TOMAHAWK-517] - Tomahawk Maven2 oddity: 1.1.3 requires Struts1.2.8
> > >     * [TOMAHAWK-525] - Refactor of DefaultScheduleEntryRenderer
> > >     * [TOMAHAWK-603] - Remove all of the unused code, variables, and
> > > import statements identified by Eclipse 3.1.2
> > >     * [TOMAHAWK-621] - Tomahawk DayRenderer move inner classes out
> > > make more methods protected vs private
> > >     * [TOMAHAWK-639] - Improve overlap detection for zero length
> > > events in the detailed view
> > >     * [TOMAHAWK-659] - add colspan attribute to tomahawk PanelGrid / PanelGroup
> > >     * [TOMAHAWK-661] - DojoDialog has no style and styleClass attribute
> > >     * [TOMAHAWK-675] - Build the example apps with specified versions
> > > of MyFaces and Tomahawk
> > >     * [TOMAHAWK-701] - TabbedPane renders all tabs in server side mode
> > >     * [TOMAHAWK-706] - body onload does not exist
> > >     * [TOMAHAWK-731] - Improvement in MyFaces-Javascripts for compatibility
> > >     * [TOMAHAWK-743] - Fisheye component based on a DataModel
> > >     * [TOMAHAWK-744] - Enable better layouting for dataScroller -
> > > ability to switch between "list", "table", "singleList" and
> > > "singleTable" layouts
> > >     * [TOMAHAWK-747] - improve dojo initialisation times
> > >     * [TOMAHAWK-751] - Enhancing PPRGroup - periodicalUpdate for
> > > refreshing a partial page automatically
> > >     * [TOMAHAWK-767] - ASF Source Header and Copyright Notice Policy
> > >     * [TOMAHAWK-773] - Possible NullPointerException in FieldSetRenderer
> > >     * [TOMAHAWK-836] - Tomahawk component renderers are not in
> > > FacesContext during the Shale Testing
> > >     * [TOMAHAWK-853] - Dojo Update from 0.4.0 to 0.4.1
> > >     * [TOMAHAWK-884] - TableSuggestAjax JavaScript based on Dojo
> > >     * [TOMAHAWK-919] - Improve description of buffer in apt documentation
> > >     * [TOMAHAWK-921] - Improve usage example for validateEqual by
> > > adding second input
> > >
> > > ** New Feature
> > >     * [TOMAHAWK-109] - disabled property for <x:panelTab>
> > >     * [TOMAHAWK-151] - New component <s:selectItems>
> > >     * [TOMAHAWK-182] - new validator - validate comma separated
> > > entries by splitting them and validating individually
> > >     * [TOMAHAWK-551] - EmptySelection Patch for SelectOneLanguage
> > >     * [TOMAHAWK-597] - Client Side Validation Support
> > >     * [TOMAHAWK-607] - Security Resolver
> > >     * [TOMAHAWK-615] - Exporting DataTable data to excel
> > >     * [TOMAHAWK-618] - Partial Page Rendering for tomahawk
> > >     * [TOMAHAWK-655] - New component DojoDialog in Tomahawk-Sandbox
> > >     * [TOMAHAWK-684] - New attribute activePanelTabVar for HtmlPanelTabbedPane
> > >     * [TOMAHAWK-702] - PPRPanelGroup support a regular Expression as
> > > partialTrigger attribute
> > >     * [TOMAHAWK-708] - PPRPanelGroup should support an inline Loading Message
> > >     * [TOMAHAWK-721] - Toggle component for sandbox. This component
> > > allows the user to switch between View/Edit modes
> > >     * [TOMAHAWK-730] - create a component which will submit a form on
> > > a specific event
> > >     * [TOMAHAWK-839] - Add attributes to <t:dataTable> that will set
> > > the style and class attributes of the renered <tbody> tag.
> > >     * [TOMAHAWK-864] - Sorting by locale in FacesContext for strings
> > > (SortableModel)
> > >     * [TOMAHAWK-876] - Image loop / slide show component
> > >     * [TOMAHAWK-879] - InputSuggestAjax does not use the "style" option
> > >
> > > ** Task
> > >     * [TOMAHAWK-805] - Move sandbox selectItems to Tomahawk
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > http://tinyurl.com/fmywh
> >
> > further stuff:
> > blog: http://jroller.com/page/mwessendorf
> > mail: mwessendorf-at-gmail-dot-com
> >
>
>
> --
> http://www.irian.at
> Your JSF powerhouse - JSF Consulting,
> Development and Courses in English and
> German
>
> Professional Support for Apache MyFaces
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

Posted by Manfred Geiler <ma...@gmail.com>.
Matze,
"You can't always get what you want!"  ;-)
(Rolling Stones: Wise men...)

AND: There are sources and javadoc artifacts for all examples in Maven
repo. This isn't nothing!

Ok, no kidding. It's just a matter of doing (TOMAHAWK-944). There are
only binary assembly definitions yet for the examples.

--Manfred



On 4/19/07, Matthias Wessendorf <ma...@apache.org> wrote:
> great.
>
> Hopefully we fix the issue that the demos don't contain java-sources
> for the next release ;-)
>
> -Matthias
>
> On 4/19/07, Manfred Geiler <ma...@apache.org> wrote:
> > The Apache MyFaces team is pleased to announce the release of "MyFaces
> > Tomahawk 1.1.5".
> >
> > MyFaces Tomahawk provides a series of JavaServer Faces components that
> > go beyond the JSF specification. These components are compatible with
> > the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1.1
> > compatible implementation. Of course the custom components can also be
> > used with the Apache JSF implementation "MyFaces Core 1.1.5".
> >
> > MyFaces Tomahawk 1.1.5 is available in both binary and source distributions.
> >
> >     * http://myfaces.apache.org/download.html
> >
> > MyFaces Tomahawk is also available in the central Maven repository
> > under Group ID "org.apache.myfaces.tomahawk".
> >
> > Enjoy!
> > Manfred
> >
> >
> > Release Notes - MyFaces Tomahawk - Version 1.1.5
> >
> > Important: For RI compatibility, and adherence to the spec, itemValues
> > can no longer coerce to the backing bean type.  You may get the
> > validation error "Value is not a valid option." when this occurs.
> > Previous versions of MyFaces/Tomahawk did coerce the itemValue to the
> > type of the backing bean, so applications that relied on that will no
> > longer work as expected.
> >
> > ** Fixed Bugs
> >     * [TOMAHAWK-17] - <t:commandSortHeader> processes action /
> > actionListener before updating values of sortColumn and sortAscending
> >     * [TOMAHAWK-23] - SelectOneCountry needs to support an empty selection
> >     * [TOMAHAWK-36] - t:div, t:span, s:fieldset should render children
> >     * [TOMAHAWK-41] - inputDate does not support forceId
> >     * [TOMAHAWK-42] - ImportCalendar doesn't work in FireFox browser
> >     * [TOMAHAWK-66] - add colspan (and header/footer colspan)
> > attributes to tomahawk extended column tag
> >     * [TOMAHAWK-80] - AliasBean doesn't need the renderer
> >     * [TOMAHAWK-141] - InputSuggestAjax should allow differentiation
> > between text in popup and text in input box
> >     * [TOMAHAWK-258] - sandbox inputSuggestAjax ignores onkeydown event
> >     * [TOMAHAWK-322] - InputSuggestAjax: False Encoding with German Umlauts
> >     * [TOMAHAWK-378] - Can't submit an empty date with x:inputDate
> >     * [TOMAHAWK-402] - error message on popup, when using SSL
> >     * [TOMAHAWK-467] - SEVERE: Row is not available. Rowindex = 4
> >     * [TOMAHAWK-469] - Enter key in inputSuggestAjax submits form
> >     * [TOMAHAWK-491] - t:columns generates wrong name in children input fields
> >     * [TOMAHAWK-506] - Schedule getClickedTime() returns incorrect
> > time in compact views
> >     * [TOMAHAWK-516] - JSCookMenu problems in a Trinidad project
> >     * [TOMAHAWK-521] - Values from checkboxes not received on submit,
> > when branches are collapsed.
> >     * [TOMAHAWK-524] - RedirectTrackerManager should be Serializable
> >     * [TOMAHAWK-535] - Schedule Tooltip is broken in Internet Explorer
> >     * [TOMAHAWK-541] - Tomahawk TLD error
> >     * [TOMAHAWK-554] - Can't use automatic sorting on dataTable when
> > some columns doesn't have a header facet
> >     * [TOMAHAWK-565] - inputHTML produces IE security warning about
> > midex secure and unsecure items
> >     * [TOMAHAWK-589] - Remove JSP dependency from navmenu renderers
> >     * [TOMAHAWK-590] - Unparsable lastModified : @lastModified@ should
> > be no ERROR
> >     * [TOMAHAWK-605] - compareToValidator JSP tag converts
> > "comparator" property to string instead of Comparator
> >     * [TOMAHAWK-606] - t:commandLink does not work - gives javascript error
> >     * [TOMAHAWK-623] - RedirectTracker and
> > RedirectTrackerRequestMapWrapper remove implementation
> >     * [TOMAHAWK-640] - Javascript-Code broken when using 2 or more
> > PPRPanelGroups
> >     * [TOMAHAWK-644] - Nullpointer in AutoScrollerPhaseListener when
> > using weblets and a request for a resource comes in.
> >     * [TOMAHAWK-647] - t:popup no longer pops up if id isn't specified manually.
> >     * [TOMAHAWK-650] - ScheduleDay getFirstEventHour() incorrect when
> > all day event and non-all day event exist
> >     * [TOMAHAWK-651] - Excessive warnings when using Tomahawk with RI
> >     * [TOMAHAWK-656] - Dates missing in Schedule month view
> >     * [TOMAHAWK-660] - resources fail in web apps with spaces in context path
> >     * [TOMAHAWK-672] - RedirectTrackerManager behavior must be
> > disabled by default
> >     * [TOMAHAWK-682] - Editor does not work anymore in Firefox
> >     * [TOMAHAWK-683] - r448673 lost ValueBinding support for
> > message/detailMessage/summaryMessage
> >     * [TOMAHAWK-685] - NPE during ClassCastException in CompareToValidator
> >     * [TOMAHAWK-695] - PPRPanelGroup partialTriggers don't work for
> > commandLink, selectOneMenu and selectBooleanCheckBox
> >     * [TOMAHAWK-696] - PPRPanelGroup partialTriggers don't support ValueBindings
> >     * [TOMAHAWK-697] - PPRPanelGroup panelGroup insert renderd spans
> > into each other when repeatetly refreshing
> >     * [TOMAHAWK-707] - PPRPanelGroup partialTriggerPattern js-function
> > produces JS-error when invoked with non-string object
> >     * [TOMAHAWK-710] - Add new CSS classes to schedule
> >     * [TOMAHAWK-714] - Error in inputDate documentation
> >     * [TOMAHAWK-738] - SaveState fails with a java.util.List
> > implementation other than ArrayList
> >     * [TOMAHAWK-745] - pprPanelGroup doesn't save the state
> >     * [TOMAHAWK-748] - International Characters not displaying
> > correctly - apparent encoding problem.
> >     * [TOMAHAWK-749] - t:stylesheet example renders two head elements
> > (patch included)
> >     * [TOMAHAWK-752] - TabbedPane does not implement NamingContainer
> >     * [TOMAHAWK-759] - When type="both", inputDate does not accept null value
> >     * [TOMAHAWK-760] - modalDialog shows in page instead of being a
> > popup in Internet Explorer
> >     * [TOMAHAWK-764] - ValueBinding lost for first attribute
> >     * [TOMAHAWK-765] - Callback-Handling in AJAX-Form components
> >     * [TOMAHAWK-774] - Browser does not cache resources
> >     * [TOMAHAWK-803] - SelectOneLanguage validator never called
> >     * [TOMAHAWK-804] - SelectOneCountry validators are ignored
> >     * [TOMAHAWK-813] - submitOnEvent doesn't recognize image commandButtons
> >     * [TOMAHAWK-817] - s:selectItems fails when label is null
> >     * [TOMAHAWK-818] - TableSuggestAjax after upgrade of dojo.
> >     * [TOMAHAWK-834] - HtmlDataScrollerTag missing a shit load of setters
> >     * [TOMAHAWK-835] - Missing properties for HtmlNewspaperTableTag &
> > HtmlColumnsTag
> >     * [TOMAHAWK-845] - Wrong urls for JsCookMenu images when cookies
> > are disabled
> >     * [TOMAHAWK-846] - Calendar does not work with Sun RI 1.1 when
> > renderAsPopup="true" and date value is initially null
> >     * [TOMAHAWK-848] - FacesIO is not working with the latest DOJO updates
> >     * [TOMAHAWK-850] - displayValueOnly on input elements who are
> > required triggers validation
> >     * [TOMAHAWK-852] - tableSuggestAjax not processing cursor keys properly
> >     * [TOMAHAWK-859] - possible bug in the tomahawk taglib tld the dojo part
> >     * [TOMAHAWK-869] - <t:selectOneCountry> empty selection does not work
> >     * [TOMAHAWK-870] - Sandbox dojolayouts.FloatingPaneTag iconSrc error
> >     * [TOMAHAWK-886] - DojoInitializer doesn't render correctly after
> > restoreState
> >     * [TOMAHAWK-898] - New tableSuggestAjax is ignoring multiple attribtues
> >     * [TOMAHAWK-901] - EmailValidator considers leading-trailing
> > whitespaces as invalid
> >     * [TOMAHAWK-903] - Changing the rendered "state" of inputDate
> > causes a NullPointerException
> >     * [TOMAHAWK-905] - s:filterTable and s:sortableColumn missing TLD
> > attributes (FilterTableRenderer)
> >     * [TOMAHAWK-906] - DojoUtils class not handling isAttribute
> > methods in components
> >     * [TOMAHAWK-909] - PPRPanelGroup ignores return value of false
> > from custom onClick
> >     * [TOMAHAWK-910] - inputSugestAjax onchange JavaScript error
> >     * [TOMAHAWK-916] - jslistener.jsf example no longer works
> >     * [TOMAHAWK-928] - DojoUtils.getAttributeMap fails for subclassed
> > Dojo Components
> >     * [TOMAHAWK-932] - SelectBox example always fails the door validation
> >     * [TOMAHAWK-934] - Email validator allows whitespace
> >     * [TOMAHAWK-936] - TableSuggestAjax aborts page load in IE
> >
> > ** Improvement
> >     * [TOMAHAWK-441] - Add orientation parameter to NewspaperTable
> >     * [TOMAHAWK-472] - Prevent overwrite of field value if suggestions
> > don't exactly match
> >     * [TOMAHAWK-503] - Capture and restore saveState Beans and
> > messages when using redirect navigation rule
> >     * [TOMAHAWK-510] - Facelets + Inline EL + tree2 = InvalidArgumentException
> >     * [TOMAHAWK-517] - Tomahawk Maven2 oddity: 1.1.3 requires Struts1.2.8
> >     * [TOMAHAWK-525] - Refactor of DefaultScheduleEntryRenderer
> >     * [TOMAHAWK-603] - Remove all of the unused code, variables, and
> > import statements identified by Eclipse 3.1.2
> >     * [TOMAHAWK-621] - Tomahawk DayRenderer move inner classes out
> > make more methods protected vs private
> >     * [TOMAHAWK-639] - Improve overlap detection for zero length
> > events in the detailed view
> >     * [TOMAHAWK-659] - add colspan attribute to tomahawk PanelGrid / PanelGroup
> >     * [TOMAHAWK-661] - DojoDialog has no style and styleClass attribute
> >     * [TOMAHAWK-675] - Build the example apps with specified versions
> > of MyFaces and Tomahawk
> >     * [TOMAHAWK-701] - TabbedPane renders all tabs in server side mode
> >     * [TOMAHAWK-706] - body onload does not exist
> >     * [TOMAHAWK-731] - Improvement in MyFaces-Javascripts for compatibility
> >     * [TOMAHAWK-743] - Fisheye component based on a DataModel
> >     * [TOMAHAWK-744] - Enable better layouting for dataScroller -
> > ability to switch between "list", "table", "singleList" and
> > "singleTable" layouts
> >     * [TOMAHAWK-747] - improve dojo initialisation times
> >     * [TOMAHAWK-751] - Enhancing PPRGroup - periodicalUpdate for
> > refreshing a partial page automatically
> >     * [TOMAHAWK-767] - ASF Source Header and Copyright Notice Policy
> >     * [TOMAHAWK-773] - Possible NullPointerException in FieldSetRenderer
> >     * [TOMAHAWK-836] - Tomahawk component renderers are not in
> > FacesContext during the Shale Testing
> >     * [TOMAHAWK-853] - Dojo Update from 0.4.0 to 0.4.1
> >     * [TOMAHAWK-884] - TableSuggestAjax JavaScript based on Dojo
> >     * [TOMAHAWK-919] - Improve description of buffer in apt documentation
> >     * [TOMAHAWK-921] - Improve usage example for validateEqual by
> > adding second input
> >
> > ** New Feature
> >     * [TOMAHAWK-109] - disabled property for <x:panelTab>
> >     * [TOMAHAWK-151] - New component <s:selectItems>
> >     * [TOMAHAWK-182] - new validator - validate comma separated
> > entries by splitting them and validating individually
> >     * [TOMAHAWK-551] - EmptySelection Patch for SelectOneLanguage
> >     * [TOMAHAWK-597] - Client Side Validation Support
> >     * [TOMAHAWK-607] - Security Resolver
> >     * [TOMAHAWK-615] - Exporting DataTable data to excel
> >     * [TOMAHAWK-618] - Partial Page Rendering for tomahawk
> >     * [TOMAHAWK-655] - New component DojoDialog in Tomahawk-Sandbox
> >     * [TOMAHAWK-684] - New attribute activePanelTabVar for HtmlPanelTabbedPane
> >     * [TOMAHAWK-702] - PPRPanelGroup support a regular Expression as
> > partialTrigger attribute
> >     * [TOMAHAWK-708] - PPRPanelGroup should support an inline Loading Message
> >     * [TOMAHAWK-721] - Toggle component for sandbox. This component
> > allows the user to switch between View/Edit modes
> >     * [TOMAHAWK-730] - create a component which will submit a form on
> > a specific event
> >     * [TOMAHAWK-839] - Add attributes to <t:dataTable> that will set
> > the style and class attributes of the renered <tbody> tag.
> >     * [TOMAHAWK-864] - Sorting by locale in FacesContext for strings
> > (SortableModel)
> >     * [TOMAHAWK-876] - Image loop / slide show component
> >     * [TOMAHAWK-879] - InputSuggestAjax does not use the "style" option
> >
> > ** Task
> >     * [TOMAHAWK-805] - Move sandbox selectItems to Tomahawk
> >
>
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


-- 
http://www.irian.at
Your JSF powerhouse - JSF Consulting,
Development and Courses in English and
German

Professional Support for Apache MyFaces

Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

Posted by Cagatay Civici <ca...@gmail.com>.
Great! Thanks to everyone involved and special thanks to Manfred for his
efforts as the release manager.

Regards,

Cagatay Civici

On 4/19/07, Paul Spencer <pa...@apache.org> wrote:
>
> Micheal,
> The artifacts exist in the repository repo1.maven.org/maven2.  They also
> exist in ibiblio.
>
> Paul Spencer
>
> Zohner, Michael wrote:
> > Hi,
> >
> > When will it be available in maven repository ?
> >
> > regards
> >
> > -----Original Message-----
> > From: Martin Marinschek [mailto:martin.marinschek@gmail.com]
> > Sent: 19 April 2007 13:43
> > To: MyFaces Discussion
> > Subject: Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release
> >
> > Finally! What a happy day! I go celebrating now ;)
> >
> > regards,
> >
> > Martin
> >
> > On 4/19/07, Matthias Wessendorf <ma...@apache.org> wrote:
> >> great.
> >>
> >> Hopefully we fix the issue that the demos don't contain java-sources
> >> for the next release ;-)
> >>
> >> -Matthias
> >>
> >> On 4/19/07, Manfred Geiler <ma...@apache.org> wrote:
> >>> The Apache MyFaces team is pleased to announce the release of
> >>> "MyFaces Tomahawk 1.1.5".
> >>>
> >>> MyFaces Tomahawk provides a series of JavaServer Faces components
> >>> that go beyond the JSF specification. These components are
> >>> compatible with the Sun JSF 1.1 Reference Implementation (RI) or any
> >
> >>> other JSF 1.1 compatible implementation. Of course the custom
> >>> components can also be used with the Apache JSF implementation
> > "MyFaces Core 1.1.5".
> >>> MyFaces Tomahawk 1.1.5 is available in both binary and source
> > distributions.
> >>>     * http://myfaces.apache.org/download.html
> >>>
> >>> MyFaces Tomahawk is also available in the central Maven repository
> >>> under Group ID "org.apache.myfaces.tomahawk".
> >>>
> >>> Enjoy!
> >>> Manfred
> >>>
> >>>
> >>> Release Notes - MyFaces Tomahawk - Version 1.1.5
> >>>
> >>> Important: For RI compatibility, and adherence to the spec,
> >>> itemValues can no longer coerce to the backing bean type.  You may
> >>> get the validation error "Value is not a valid option." when this
> > occurs.
> >>> Previous versions of MyFaces/Tomahawk did coerce the itemValue to
> >>> the type of the backing bean, so applications that relied on that
> >>> will no longer work as expected.
> >>>
> >>> ** Fixed Bugs
> >>>     * [TOMAHAWK-17] - <t:commandSortHeader> processes action /
> >>> actionListener before updating values of sortColumn and
> > sortAscending
> >>>     * [TOMAHAWK-23] - SelectOneCountry needs to support an empty
> > selection
> >>>     * [TOMAHAWK-36] - t:div, t:span, s:fieldset should render
> > children
> >>>     * [TOMAHAWK-41] - inputDate does not support forceId
> >>>     * [TOMAHAWK-42] - ImportCalendar doesn't work in FireFox browser
> >>>     * [TOMAHAWK-66] - add colspan (and header/footer colspan)
> >>> attributes to tomahawk extended column tag
> >>>     * [TOMAHAWK-80] - AliasBean doesn't need the renderer
> >>>     * [TOMAHAWK-141] - InputSuggestAjax should allow differentiation
> >
> >>> between text in popup and text in input box
> >>>     * [TOMAHAWK-258] - sandbox inputSuggestAjax ignores onkeydown
> > event
> >>>     * [TOMAHAWK-322] - InputSuggestAjax: False Encoding with German
> > Umlauts
> >>>     * [TOMAHAWK-378] - Can't submit an empty date with x:inputDate
> >>>     * [TOMAHAWK-402] - error message on popup, when using SSL
> >>>     * [TOMAHAWK-467] - SEVERE: Row is not available. Rowindex = 4
> >>>     * [TOMAHAWK-469] - Enter key in inputSuggestAjax submits form
> >>>     * [TOMAHAWK-491] - t:columns generates wrong name in children
> > input fields
> >>>     * [TOMAHAWK-506] - Schedule getClickedTime() returns incorrect
> >>> time in compact views
> >>>     * [TOMAHAWK-516] - JSCookMenu problems in a Trinidad project
> >>>     * [TOMAHAWK-521] - Values from checkboxes not received on
> >>> submit, when branches are collapsed.
> >>>     * [TOMAHAWK-524] - RedirectTrackerManager should be Serializable
> >>>     * [TOMAHAWK-535] - Schedule Tooltip is broken in Internet
> > Explorer
> >>>     * [TOMAHAWK-541] - Tomahawk TLD error
> >>>     * [TOMAHAWK-554] - Can't use automatic sorting on dataTable when
> >
> >>> some columns doesn't have a header facet
> >>>     * [TOMAHAWK-565] - inputHTML produces IE security warning about
> >>> midex secure and unsecure items
> >>>     * [TOMAHAWK-589] - Remove JSP dependency from navmenu renderers
> >>>     * [TOMAHAWK-590] - Unparsable lastModified : @lastModified@
> >>> should be no ERROR
> >>>     * [TOMAHAWK-605] - compareToValidator JSP tag converts
> >>> "comparator" property to string instead of Comparator
> >>>     * [TOMAHAWK-606] - t:commandLink does not work - gives
> > javascript error
> >>>     * [TOMAHAWK-623] - RedirectTracker and
> >>> RedirectTrackerRequestMapWrapper remove implementation
> >>>     * [TOMAHAWK-640] - Javascript-Code broken when using 2 or more
> >>> PPRPanelGroups
> >>>     * [TOMAHAWK-644] - Nullpointer in AutoScrollerPhaseListener when
> >
> >>> using weblets and a request for a resource comes in.
> >>>     * [TOMAHAWK-647] - t:popup no longer pops up if id isn't
> > specified manually.
> >>>     * [TOMAHAWK-650] - ScheduleDay getFirstEventHour() incorrect
> >>> when all day event and non-all day event exist
> >>>     * [TOMAHAWK-651] - Excessive warnings when using Tomahawk with
> > RI
> >>>     * [TOMAHAWK-656] - Dates missing in Schedule month view
> >>>     * [TOMAHAWK-660] - resources fail in web apps with spaces in
> > context path
> >>>     * [TOMAHAWK-672] - RedirectTrackerManager behavior must be
> >>> disabled by default
> >>>     * [TOMAHAWK-682] - Editor does not work anymore in Firefox
> >>>     * [TOMAHAWK-683] - r448673 lost ValueBinding support for
> >>> message/detailMessage/summaryMessage
> >>>     * [TOMAHAWK-685] - NPE during ClassCastException in
> > CompareToValidator
> >>>     * [TOMAHAWK-695] - PPRPanelGroup partialTriggers don't work for
> >>> commandLink, selectOneMenu and selectBooleanCheckBox
> >>>     * [TOMAHAWK-696] - PPRPanelGroup partialTriggers don't support
> > ValueBindings
> >>>     * [TOMAHAWK-697] - PPRPanelGroup panelGroup insert renderd spans
> >
> >>> into each other when repeatetly refreshing
> >>>     * [TOMAHAWK-707] - PPRPanelGroup partialTriggerPattern
> >>> js-function produces JS-error when invoked with non-string object
> >>>     * [TOMAHAWK-710] - Add new CSS classes to schedule
> >>>     * [TOMAHAWK-714] - Error in inputDate documentation
> >>>     * [TOMAHAWK-738] - SaveState fails with a java.util.List
> >>> implementation other than ArrayList
> >>>     * [TOMAHAWK-745] - pprPanelGroup doesn't save the state
> >>>     * [TOMAHAWK-748] - International Characters not displaying
> >>> correctly - apparent encoding problem.
> >>>     * [TOMAHAWK-749] - t:stylesheet example renders two head
> >>> elements (patch included)
> >>>     * [TOMAHAWK-752] - TabbedPane does not implement NamingContainer
> >>>     * [TOMAHAWK-759] - When type="both", inputDate does not accept
> > null value
> >>>     * [TOMAHAWK-760] - modalDialog shows in page instead of being a
> >>> popup in Internet Explorer
> >>>     * [TOMAHAWK-764] - ValueBinding lost for first attribute
> >>>     * [TOMAHAWK-765] - Callback-Handling in AJAX-Form components
> >>>     * [TOMAHAWK-774] - Browser does not cache resources
> >>>     * [TOMAHAWK-803] - SelectOneLanguage validator never called
> >>>     * [TOMAHAWK-804] - SelectOneCountry validators are ignored
> >>>     * [TOMAHAWK-813] - submitOnEvent doesn't recognize image
> > commandButtons
> >>>     * [TOMAHAWK-817] - s:selectItems fails when label is null
> >>>     * [TOMAHAWK-818] - TableSuggestAjax after upgrade of dojo.
> >>>     * [TOMAHAWK-834] - HtmlDataScrollerTag missing a shit load of
> > setters
> >>>     * [TOMAHAWK-835] - Missing properties for HtmlNewspaperTableTag
> >>> & HtmlColumnsTag
> >>>     * [TOMAHAWK-845] - Wrong urls for JsCookMenu images when cookies
> >
> >>> are disabled
> >>>     * [TOMAHAWK-846] - Calendar does not work with Sun RI 1.1 when
> >>> renderAsPopup="true" and date value is initially null
> >>>     * [TOMAHAWK-848] - FacesIO is not working with the latest DOJO
> > updates
> >>>     * [TOMAHAWK-850] - displayValueOnly on input elements who are
> >>> required triggers validation
> >>>     * [TOMAHAWK-852] - tableSuggestAjax not processing cursor keys
> > properly
> >>>     * [TOMAHAWK-859] - possible bug in the tomahawk taglib tld the
> > dojo part
> >>>     * [TOMAHAWK-869] - <t:selectOneCountry> empty selection does not
> > work
> >>>     * [TOMAHAWK-870] - Sandbox dojolayouts.FloatingPaneTag iconSrc
> > error
> >>>     * [TOMAHAWK-886] - DojoInitializer doesn't render correctly
> >>> after restoreState
> >>>     * [TOMAHAWK-898] - New tableSuggestAjax is ignoring multiple
> > attribtues
> >>>     * [TOMAHAWK-901] - EmailValidator considers leading-trailing
> >>> whitespaces as invalid
> >>>     * [TOMAHAWK-903] - Changing the rendered "state" of inputDate
> >>> causes a NullPointerException
> >>>     * [TOMAHAWK-905] - s:filterTable and s:sortableColumn missing
> >>> TLD attributes (FilterTableRenderer)
> >>>     * [TOMAHAWK-906] - DojoUtils class not handling isAttribute
> >>> methods in components
> >>>     * [TOMAHAWK-909] - PPRPanelGroup ignores return value of false
> >>> from custom onClick
> >>>     * [TOMAHAWK-910] - inputSugestAjax onchange JavaScript error
> >>>     * [TOMAHAWK-916] - jslistener.jsf example no longer works
> >>>     * [TOMAHAWK-928] - DojoUtils.getAttributeMap fails for
> >>> subclassed Dojo Components
> >>>     * [TOMAHAWK-932] - SelectBox example always fails the door
> > validation
> >>>     * [TOMAHAWK-934] - Email validator allows whitespace
> >>>     * [TOMAHAWK-936] - TableSuggestAjax aborts page load in IE
> >>>
> >>> ** Improvement
> >>>     * [TOMAHAWK-441] - Add orientation parameter to NewspaperTable
> >>>     * [TOMAHAWK-472] - Prevent overwrite of field value if
> >>> suggestions don't exactly match
> >>>     * [TOMAHAWK-503] - Capture and restore saveState Beans and
> >>> messages when using redirect navigation rule
> >>>     * [TOMAHAWK-510] - Facelets + Inline EL + tree2 =
> > InvalidArgumentException
> >>>     * [TOMAHAWK-517] - Tomahawk Maven2 oddity: 1.1.3 requires
> > Struts1.2.8
> >>>     * [TOMAHAWK-525] - Refactor of DefaultScheduleEntryRenderer
> >>>     * [TOMAHAWK-603] - Remove all of the unused code, variables, and
> >
> >>> import statements identified by Eclipse 3.1.2
> >>>     * [TOMAHAWK-621] - Tomahawk DayRenderer move inner classes out
> >>> make more methods protected vs private
> >>>     * [TOMAHAWK-639] - Improve overlap detection for zero length
> >>> events in the detailed view
> >>>     * [TOMAHAWK-659] - add colspan attribute to tomahawk PanelGrid /
> > PanelGroup
> >>>     * [TOMAHAWK-661] - DojoDialog has no style and styleClass
> > attribute
> >>>     * [TOMAHAWK-675] - Build the example apps with specified
> >>> versions of MyFaces and Tomahawk
> >>>     * [TOMAHAWK-701] - TabbedPane renders all tabs in server side
> > mode
> >>>     * [TOMAHAWK-706] - body onload does not exist
> >>>     * [TOMAHAWK-731] - Improvement in MyFaces-Javascripts for
> > compatibility
> >>>     * [TOMAHAWK-743] - Fisheye component based on a DataModel
> >>>     * [TOMAHAWK-744] - Enable better layouting for dataScroller -
> >>> ability to switch between "list", "table", "singleList" and
> >>> "singleTable" layouts
> >>>     * [TOMAHAWK-747] - improve dojo initialisation times
> >>>     * [TOMAHAWK-751] - Enhancing PPRGroup - periodicalUpdate for
> >>> refreshing a partial page automatically
> >>>     * [TOMAHAWK-767] - ASF Source Header and Copyright Notice Policy
> >>>     * [TOMAHAWK-773] - Possible NullPointerException in
> > FieldSetRenderer
> >>>     * [TOMAHAWK-836] - Tomahawk component renderers are not in
> >>> FacesContext during the Shale Testing
> >>>     * [TOMAHAWK-853] - Dojo Update from 0.4.0 to 0.4.1
> >>>     * [TOMAHAWK-884] - TableSuggestAjax JavaScript based on Dojo
> >>>     * [TOMAHAWK-919] - Improve description of buffer in apt
> > documentation
> >>>     * [TOMAHAWK-921] - Improve usage example for validateEqual by
> >>> adding second input
> >>>
> >>> ** New Feature
> >>>     * [TOMAHAWK-109] - disabled property for <x:panelTab>
> >>>     * [TOMAHAWK-151] - New component <s:selectItems>
> >>>     * [TOMAHAWK-182] - new validator - validate comma separated
> >>> entries by splitting them and validating individually
> >>>     * [TOMAHAWK-551] - EmptySelection Patch for SelectOneLanguage
> >>>     * [TOMAHAWK-597] - Client Side Validation Support
> >>>     * [TOMAHAWK-607] - Security Resolver
> >>>     * [TOMAHAWK-615] - Exporting DataTable data to excel
> >>>     * [TOMAHAWK-618] - Partial Page Rendering for tomahawk
> >>>     * [TOMAHAWK-655] - New component DojoDialog in Tomahawk-Sandbox
> >>>     * [TOMAHAWK-684] - New attribute activePanelTabVar for
> > HtmlPanelTabbedPane
> >>>     * [TOMAHAWK-702] - PPRPanelGroup support a regular Expression as
> >
> >>> partialTrigger attribute
> >>>     * [TOMAHAWK-708] - PPRPanelGroup should support an inline
> > Loading Message
> >>>     * [TOMAHAWK-721] - Toggle component for sandbox. This component
> >>> allows the user to switch between View/Edit modes
> >>>     * [TOMAHAWK-730] - create a component which will submit a form
> >>> on a specific event
> >>>     * [TOMAHAWK-839] - Add attributes to <t:dataTable> that will set
> >
> >>> the style and class attributes of the renered <tbody> tag.
> >>>     * [TOMAHAWK-864] - Sorting by locale in FacesContext for strings
> >>> (SortableModel)
> >>>     * [TOMAHAWK-876] - Image loop / slide show component
> >>>     * [TOMAHAWK-879] - InputSuggestAjax does not use the "style"
> >>> option
> >>>
> >>> ** Task
> >>>     * [TOMAHAWK-805] - Move sandbox selectItems to Tomahawk
> >>>
> >>
> >> --
> >> Matthias Wessendorf
> >> http://tinyurl.com/fmywh
> >>
> >> further stuff:
> >> blog: http://jroller.com/page/mwessendorf
> >> mail: mwessendorf-at-gmail-dot-com
> >>
> >
> >
>
>

Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

Posted by Paul Spencer <pa...@apache.org>.
Micheal,
The artifacts exist in the repository repo1.maven.org/maven2.  They also 
exist in ibiblio.

Paul Spencer

Zohner, Michael wrote:
> Hi,
> 
> When will it be available in maven repository ?
> 
> regards 
> 
> -----Original Message-----
> From: Martin Marinschek [mailto:martin.marinschek@gmail.com] 
> Sent: 19 April 2007 13:43
> To: MyFaces Discussion
> Subject: Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release
> 
> Finally! What a happy day! I go celebrating now ;)
> 
> regards,
> 
> Martin
> 
> On 4/19/07, Matthias Wessendorf <ma...@apache.org> wrote:
>> great.
>>
>> Hopefully we fix the issue that the demos don't contain java-sources 
>> for the next release ;-)
>>
>> -Matthias
>>
>> On 4/19/07, Manfred Geiler <ma...@apache.org> wrote:
>>> The Apache MyFaces team is pleased to announce the release of 
>>> "MyFaces Tomahawk 1.1.5".
>>>
>>> MyFaces Tomahawk provides a series of JavaServer Faces components 
>>> that go beyond the JSF specification. These components are 
>>> compatible with the Sun JSF 1.1 Reference Implementation (RI) or any
> 
>>> other JSF 1.1 compatible implementation. Of course the custom 
>>> components can also be used with the Apache JSF implementation
> "MyFaces Core 1.1.5".
>>> MyFaces Tomahawk 1.1.5 is available in both binary and source
> distributions.
>>>     * http://myfaces.apache.org/download.html
>>>
>>> MyFaces Tomahawk is also available in the central Maven repository 
>>> under Group ID "org.apache.myfaces.tomahawk".
>>>
>>> Enjoy!
>>> Manfred
>>>
>>>
>>> Release Notes - MyFaces Tomahawk - Version 1.1.5
>>>
>>> Important: For RI compatibility, and adherence to the spec, 
>>> itemValues can no longer coerce to the backing bean type.  You may 
>>> get the validation error "Value is not a valid option." when this
> occurs.
>>> Previous versions of MyFaces/Tomahawk did coerce the itemValue to 
>>> the type of the backing bean, so applications that relied on that 
>>> will no longer work as expected.
>>>
>>> ** Fixed Bugs
>>>     * [TOMAHAWK-17] - <t:commandSortHeader> processes action / 
>>> actionListener before updating values of sortColumn and
> sortAscending
>>>     * [TOMAHAWK-23] - SelectOneCountry needs to support an empty
> selection
>>>     * [TOMAHAWK-36] - t:div, t:span, s:fieldset should render
> children
>>>     * [TOMAHAWK-41] - inputDate does not support forceId
>>>     * [TOMAHAWK-42] - ImportCalendar doesn't work in FireFox browser
>>>     * [TOMAHAWK-66] - add colspan (and header/footer colspan) 
>>> attributes to tomahawk extended column tag
>>>     * [TOMAHAWK-80] - AliasBean doesn't need the renderer
>>>     * [TOMAHAWK-141] - InputSuggestAjax should allow differentiation
> 
>>> between text in popup and text in input box
>>>     * [TOMAHAWK-258] - sandbox inputSuggestAjax ignores onkeydown
> event
>>>     * [TOMAHAWK-322] - InputSuggestAjax: False Encoding with German
> Umlauts
>>>     * [TOMAHAWK-378] - Can't submit an empty date with x:inputDate
>>>     * [TOMAHAWK-402] - error message on popup, when using SSL
>>>     * [TOMAHAWK-467] - SEVERE: Row is not available. Rowindex = 4
>>>     * [TOMAHAWK-469] - Enter key in inputSuggestAjax submits form
>>>     * [TOMAHAWK-491] - t:columns generates wrong name in children
> input fields
>>>     * [TOMAHAWK-506] - Schedule getClickedTime() returns incorrect 
>>> time in compact views
>>>     * [TOMAHAWK-516] - JSCookMenu problems in a Trinidad project
>>>     * [TOMAHAWK-521] - Values from checkboxes not received on 
>>> submit, when branches are collapsed.
>>>     * [TOMAHAWK-524] - RedirectTrackerManager should be Serializable
>>>     * [TOMAHAWK-535] - Schedule Tooltip is broken in Internet
> Explorer
>>>     * [TOMAHAWK-541] - Tomahawk TLD error
>>>     * [TOMAHAWK-554] - Can't use automatic sorting on dataTable when
> 
>>> some columns doesn't have a header facet
>>>     * [TOMAHAWK-565] - inputHTML produces IE security warning about 
>>> midex secure and unsecure items
>>>     * [TOMAHAWK-589] - Remove JSP dependency from navmenu renderers
>>>     * [TOMAHAWK-590] - Unparsable lastModified : @lastModified@ 
>>> should be no ERROR
>>>     * [TOMAHAWK-605] - compareToValidator JSP tag converts 
>>> "comparator" property to string instead of Comparator
>>>     * [TOMAHAWK-606] - t:commandLink does not work - gives
> javascript error
>>>     * [TOMAHAWK-623] - RedirectTracker and 
>>> RedirectTrackerRequestMapWrapper remove implementation
>>>     * [TOMAHAWK-640] - Javascript-Code broken when using 2 or more 
>>> PPRPanelGroups
>>>     * [TOMAHAWK-644] - Nullpointer in AutoScrollerPhaseListener when
> 
>>> using weblets and a request for a resource comes in.
>>>     * [TOMAHAWK-647] - t:popup no longer pops up if id isn't
> specified manually.
>>>     * [TOMAHAWK-650] - ScheduleDay getFirstEventHour() incorrect 
>>> when all day event and non-all day event exist
>>>     * [TOMAHAWK-651] - Excessive warnings when using Tomahawk with
> RI
>>>     * [TOMAHAWK-656] - Dates missing in Schedule month view
>>>     * [TOMAHAWK-660] - resources fail in web apps with spaces in
> context path
>>>     * [TOMAHAWK-672] - RedirectTrackerManager behavior must be 
>>> disabled by default
>>>     * [TOMAHAWK-682] - Editor does not work anymore in Firefox
>>>     * [TOMAHAWK-683] - r448673 lost ValueBinding support for 
>>> message/detailMessage/summaryMessage
>>>     * [TOMAHAWK-685] - NPE during ClassCastException in
> CompareToValidator
>>>     * [TOMAHAWK-695] - PPRPanelGroup partialTriggers don't work for 
>>> commandLink, selectOneMenu and selectBooleanCheckBox
>>>     * [TOMAHAWK-696] - PPRPanelGroup partialTriggers don't support
> ValueBindings
>>>     * [TOMAHAWK-697] - PPRPanelGroup panelGroup insert renderd spans
> 
>>> into each other when repeatetly refreshing
>>>     * [TOMAHAWK-707] - PPRPanelGroup partialTriggerPattern 
>>> js-function produces JS-error when invoked with non-string object
>>>     * [TOMAHAWK-710] - Add new CSS classes to schedule
>>>     * [TOMAHAWK-714] - Error in inputDate documentation
>>>     * [TOMAHAWK-738] - SaveState fails with a java.util.List 
>>> implementation other than ArrayList
>>>     * [TOMAHAWK-745] - pprPanelGroup doesn't save the state
>>>     * [TOMAHAWK-748] - International Characters not displaying 
>>> correctly - apparent encoding problem.
>>>     * [TOMAHAWK-749] - t:stylesheet example renders two head 
>>> elements (patch included)
>>>     * [TOMAHAWK-752] - TabbedPane does not implement NamingContainer
>>>     * [TOMAHAWK-759] - When type="both", inputDate does not accept
> null value
>>>     * [TOMAHAWK-760] - modalDialog shows in page instead of being a 
>>> popup in Internet Explorer
>>>     * [TOMAHAWK-764] - ValueBinding lost for first attribute
>>>     * [TOMAHAWK-765] - Callback-Handling in AJAX-Form components
>>>     * [TOMAHAWK-774] - Browser does not cache resources
>>>     * [TOMAHAWK-803] - SelectOneLanguage validator never called
>>>     * [TOMAHAWK-804] - SelectOneCountry validators are ignored
>>>     * [TOMAHAWK-813] - submitOnEvent doesn't recognize image
> commandButtons
>>>     * [TOMAHAWK-817] - s:selectItems fails when label is null
>>>     * [TOMAHAWK-818] - TableSuggestAjax after upgrade of dojo.
>>>     * [TOMAHAWK-834] - HtmlDataScrollerTag missing a shit load of
> setters
>>>     * [TOMAHAWK-835] - Missing properties for HtmlNewspaperTableTag 
>>> & HtmlColumnsTag
>>>     * [TOMAHAWK-845] - Wrong urls for JsCookMenu images when cookies
> 
>>> are disabled
>>>     * [TOMAHAWK-846] - Calendar does not work with Sun RI 1.1 when 
>>> renderAsPopup="true" and date value is initially null
>>>     * [TOMAHAWK-848] - FacesIO is not working with the latest DOJO
> updates
>>>     * [TOMAHAWK-850] - displayValueOnly on input elements who are 
>>> required triggers validation
>>>     * [TOMAHAWK-852] - tableSuggestAjax not processing cursor keys
> properly
>>>     * [TOMAHAWK-859] - possible bug in the tomahawk taglib tld the
> dojo part
>>>     * [TOMAHAWK-869] - <t:selectOneCountry> empty selection does not
> work
>>>     * [TOMAHAWK-870] - Sandbox dojolayouts.FloatingPaneTag iconSrc
> error
>>>     * [TOMAHAWK-886] - DojoInitializer doesn't render correctly 
>>> after restoreState
>>>     * [TOMAHAWK-898] - New tableSuggestAjax is ignoring multiple
> attribtues
>>>     * [TOMAHAWK-901] - EmailValidator considers leading-trailing 
>>> whitespaces as invalid
>>>     * [TOMAHAWK-903] - Changing the rendered "state" of inputDate 
>>> causes a NullPointerException
>>>     * [TOMAHAWK-905] - s:filterTable and s:sortableColumn missing 
>>> TLD attributes (FilterTableRenderer)
>>>     * [TOMAHAWK-906] - DojoUtils class not handling isAttribute 
>>> methods in components
>>>     * [TOMAHAWK-909] - PPRPanelGroup ignores return value of false 
>>> from custom onClick
>>>     * [TOMAHAWK-910] - inputSugestAjax onchange JavaScript error
>>>     * [TOMAHAWK-916] - jslistener.jsf example no longer works
>>>     * [TOMAHAWK-928] - DojoUtils.getAttributeMap fails for 
>>> subclassed Dojo Components
>>>     * [TOMAHAWK-932] - SelectBox example always fails the door
> validation
>>>     * [TOMAHAWK-934] - Email validator allows whitespace
>>>     * [TOMAHAWK-936] - TableSuggestAjax aborts page load in IE
>>>
>>> ** Improvement
>>>     * [TOMAHAWK-441] - Add orientation parameter to NewspaperTable
>>>     * [TOMAHAWK-472] - Prevent overwrite of field value if 
>>> suggestions don't exactly match
>>>     * [TOMAHAWK-503] - Capture and restore saveState Beans and 
>>> messages when using redirect navigation rule
>>>     * [TOMAHAWK-510] - Facelets + Inline EL + tree2 =
> InvalidArgumentException
>>>     * [TOMAHAWK-517] - Tomahawk Maven2 oddity: 1.1.3 requires
> Struts1.2.8
>>>     * [TOMAHAWK-525] - Refactor of DefaultScheduleEntryRenderer
>>>     * [TOMAHAWK-603] - Remove all of the unused code, variables, and
> 
>>> import statements identified by Eclipse 3.1.2
>>>     * [TOMAHAWK-621] - Tomahawk DayRenderer move inner classes out 
>>> make more methods protected vs private
>>>     * [TOMAHAWK-639] - Improve overlap detection for zero length 
>>> events in the detailed view
>>>     * [TOMAHAWK-659] - add colspan attribute to tomahawk PanelGrid /
> PanelGroup
>>>     * [TOMAHAWK-661] - DojoDialog has no style and styleClass
> attribute
>>>     * [TOMAHAWK-675] - Build the example apps with specified 
>>> versions of MyFaces and Tomahawk
>>>     * [TOMAHAWK-701] - TabbedPane renders all tabs in server side
> mode
>>>     * [TOMAHAWK-706] - body onload does not exist
>>>     * [TOMAHAWK-731] - Improvement in MyFaces-Javascripts for
> compatibility
>>>     * [TOMAHAWK-743] - Fisheye component based on a DataModel
>>>     * [TOMAHAWK-744] - Enable better layouting for dataScroller - 
>>> ability to switch between "list", "table", "singleList" and 
>>> "singleTable" layouts
>>>     * [TOMAHAWK-747] - improve dojo initialisation times
>>>     * [TOMAHAWK-751] - Enhancing PPRGroup - periodicalUpdate for 
>>> refreshing a partial page automatically
>>>     * [TOMAHAWK-767] - ASF Source Header and Copyright Notice Policy
>>>     * [TOMAHAWK-773] - Possible NullPointerException in
> FieldSetRenderer
>>>     * [TOMAHAWK-836] - Tomahawk component renderers are not in 
>>> FacesContext during the Shale Testing
>>>     * [TOMAHAWK-853] - Dojo Update from 0.4.0 to 0.4.1
>>>     * [TOMAHAWK-884] - TableSuggestAjax JavaScript based on Dojo
>>>     * [TOMAHAWK-919] - Improve description of buffer in apt
> documentation
>>>     * [TOMAHAWK-921] - Improve usage example for validateEqual by 
>>> adding second input
>>>
>>> ** New Feature
>>>     * [TOMAHAWK-109] - disabled property for <x:panelTab>
>>>     * [TOMAHAWK-151] - New component <s:selectItems>
>>>     * [TOMAHAWK-182] - new validator - validate comma separated 
>>> entries by splitting them and validating individually
>>>     * [TOMAHAWK-551] - EmptySelection Patch for SelectOneLanguage
>>>     * [TOMAHAWK-597] - Client Side Validation Support
>>>     * [TOMAHAWK-607] - Security Resolver
>>>     * [TOMAHAWK-615] - Exporting DataTable data to excel
>>>     * [TOMAHAWK-618] - Partial Page Rendering for tomahawk
>>>     * [TOMAHAWK-655] - New component DojoDialog in Tomahawk-Sandbox
>>>     * [TOMAHAWK-684] - New attribute activePanelTabVar for
> HtmlPanelTabbedPane
>>>     * [TOMAHAWK-702] - PPRPanelGroup support a regular Expression as
> 
>>> partialTrigger attribute
>>>     * [TOMAHAWK-708] - PPRPanelGroup should support an inline
> Loading Message
>>>     * [TOMAHAWK-721] - Toggle component for sandbox. This component 
>>> allows the user to switch between View/Edit modes
>>>     * [TOMAHAWK-730] - create a component which will submit a form 
>>> on a specific event
>>>     * [TOMAHAWK-839] - Add attributes to <t:dataTable> that will set
> 
>>> the style and class attributes of the renered <tbody> tag.
>>>     * [TOMAHAWK-864] - Sorting by locale in FacesContext for strings
>>> (SortableModel)
>>>     * [TOMAHAWK-876] - Image loop / slide show component
>>>     * [TOMAHAWK-879] - InputSuggestAjax does not use the "style" 
>>> option
>>>
>>> ** Task
>>>     * [TOMAHAWK-805] - Move sandbox selectItems to Tomahawk
>>>
>>
>> --
>> Matthias Wessendorf
>> http://tinyurl.com/fmywh
>>
>> further stuff:
>> blog: http://jroller.com/page/mwessendorf
>> mail: mwessendorf-at-gmail-dot-com
>>
> 
> 


RE: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

Posted by "Zohner, Michael" <Mi...@dkib.com>.
Hi,

When will it be available in maven repository ?

regards 

-----Original Message-----
From: Martin Marinschek [mailto:martin.marinschek@gmail.com] 
Sent: 19 April 2007 13:43
To: MyFaces Discussion
Subject: Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

Finally! What a happy day! I go celebrating now ;)

regards,

Martin

On 4/19/07, Matthias Wessendorf <ma...@apache.org> wrote:
> great.
>
> Hopefully we fix the issue that the demos don't contain java-sources 
> for the next release ;-)
>
> -Matthias
>
> On 4/19/07, Manfred Geiler <ma...@apache.org> wrote:
> > The Apache MyFaces team is pleased to announce the release of 
> > "MyFaces Tomahawk 1.1.5".
> >
> > MyFaces Tomahawk provides a series of JavaServer Faces components 
> > that go beyond the JSF specification. These components are 
> > compatible with the Sun JSF 1.1 Reference Implementation (RI) or any

> > other JSF 1.1 compatible implementation. Of course the custom 
> > components can also be used with the Apache JSF implementation
"MyFaces Core 1.1.5".
> >
> > MyFaces Tomahawk 1.1.5 is available in both binary and source
distributions.
> >
> >     * http://myfaces.apache.org/download.html
> >
> > MyFaces Tomahawk is also available in the central Maven repository 
> > under Group ID "org.apache.myfaces.tomahawk".
> >
> > Enjoy!
> > Manfred
> >
> >
> > Release Notes - MyFaces Tomahawk - Version 1.1.5
> >
> > Important: For RI compatibility, and adherence to the spec, 
> > itemValues can no longer coerce to the backing bean type.  You may 
> > get the validation error "Value is not a valid option." when this
occurs.
> > Previous versions of MyFaces/Tomahawk did coerce the itemValue to 
> > the type of the backing bean, so applications that relied on that 
> > will no longer work as expected.
> >
> > ** Fixed Bugs
> >     * [TOMAHAWK-17] - <t:commandSortHeader> processes action / 
> > actionListener before updating values of sortColumn and
sortAscending
> >     * [TOMAHAWK-23] - SelectOneCountry needs to support an empty
selection
> >     * [TOMAHAWK-36] - t:div, t:span, s:fieldset should render
children
> >     * [TOMAHAWK-41] - inputDate does not support forceId
> >     * [TOMAHAWK-42] - ImportCalendar doesn't work in FireFox browser
> >     * [TOMAHAWK-66] - add colspan (and header/footer colspan) 
> > attributes to tomahawk extended column tag
> >     * [TOMAHAWK-80] - AliasBean doesn't need the renderer
> >     * [TOMAHAWK-141] - InputSuggestAjax should allow differentiation

> > between text in popup and text in input box
> >     * [TOMAHAWK-258] - sandbox inputSuggestAjax ignores onkeydown
event
> >     * [TOMAHAWK-322] - InputSuggestAjax: False Encoding with German
Umlauts
> >     * [TOMAHAWK-378] - Can't submit an empty date with x:inputDate
> >     * [TOMAHAWK-402] - error message on popup, when using SSL
> >     * [TOMAHAWK-467] - SEVERE: Row is not available. Rowindex = 4
> >     * [TOMAHAWK-469] - Enter key in inputSuggestAjax submits form
> >     * [TOMAHAWK-491] - t:columns generates wrong name in children
input fields
> >     * [TOMAHAWK-506] - Schedule getClickedTime() returns incorrect 
> > time in compact views
> >     * [TOMAHAWK-516] - JSCookMenu problems in a Trinidad project
> >     * [TOMAHAWK-521] - Values from checkboxes not received on 
> > submit, when branches are collapsed.
> >     * [TOMAHAWK-524] - RedirectTrackerManager should be Serializable
> >     * [TOMAHAWK-535] - Schedule Tooltip is broken in Internet
Explorer
> >     * [TOMAHAWK-541] - Tomahawk TLD error
> >     * [TOMAHAWK-554] - Can't use automatic sorting on dataTable when

> > some columns doesn't have a header facet
> >     * [TOMAHAWK-565] - inputHTML produces IE security warning about 
> > midex secure and unsecure items
> >     * [TOMAHAWK-589] - Remove JSP dependency from navmenu renderers
> >     * [TOMAHAWK-590] - Unparsable lastModified : @lastModified@ 
> > should be no ERROR
> >     * [TOMAHAWK-605] - compareToValidator JSP tag converts 
> > "comparator" property to string instead of Comparator
> >     * [TOMAHAWK-606] - t:commandLink does not work - gives
javascript error
> >     * [TOMAHAWK-623] - RedirectTracker and 
> > RedirectTrackerRequestMapWrapper remove implementation
> >     * [TOMAHAWK-640] - Javascript-Code broken when using 2 or more 
> > PPRPanelGroups
> >     * [TOMAHAWK-644] - Nullpointer in AutoScrollerPhaseListener when

> > using weblets and a request for a resource comes in.
> >     * [TOMAHAWK-647] - t:popup no longer pops up if id isn't
specified manually.
> >     * [TOMAHAWK-650] - ScheduleDay getFirstEventHour() incorrect 
> > when all day event and non-all day event exist
> >     * [TOMAHAWK-651] - Excessive warnings when using Tomahawk with
RI
> >     * [TOMAHAWK-656] - Dates missing in Schedule month view
> >     * [TOMAHAWK-660] - resources fail in web apps with spaces in
context path
> >     * [TOMAHAWK-672] - RedirectTrackerManager behavior must be 
> > disabled by default
> >     * [TOMAHAWK-682] - Editor does not work anymore in Firefox
> >     * [TOMAHAWK-683] - r448673 lost ValueBinding support for 
> > message/detailMessage/summaryMessage
> >     * [TOMAHAWK-685] - NPE during ClassCastException in
CompareToValidator
> >     * [TOMAHAWK-695] - PPRPanelGroup partialTriggers don't work for 
> > commandLink, selectOneMenu and selectBooleanCheckBox
> >     * [TOMAHAWK-696] - PPRPanelGroup partialTriggers don't support
ValueBindings
> >     * [TOMAHAWK-697] - PPRPanelGroup panelGroup insert renderd spans

> > into each other when repeatetly refreshing
> >     * [TOMAHAWK-707] - PPRPanelGroup partialTriggerPattern 
> > js-function produces JS-error when invoked with non-string object
> >     * [TOMAHAWK-710] - Add new CSS classes to schedule
> >     * [TOMAHAWK-714] - Error in inputDate documentation
> >     * [TOMAHAWK-738] - SaveState fails with a java.util.List 
> > implementation other than ArrayList
> >     * [TOMAHAWK-745] - pprPanelGroup doesn't save the state
> >     * [TOMAHAWK-748] - International Characters not displaying 
> > correctly - apparent encoding problem.
> >     * [TOMAHAWK-749] - t:stylesheet example renders two head 
> > elements (patch included)
> >     * [TOMAHAWK-752] - TabbedPane does not implement NamingContainer
> >     * [TOMAHAWK-759] - When type="both", inputDate does not accept
null value
> >     * [TOMAHAWK-760] - modalDialog shows in page instead of being a 
> > popup in Internet Explorer
> >     * [TOMAHAWK-764] - ValueBinding lost for first attribute
> >     * [TOMAHAWK-765] - Callback-Handling in AJAX-Form components
> >     * [TOMAHAWK-774] - Browser does not cache resources
> >     * [TOMAHAWK-803] - SelectOneLanguage validator never called
> >     * [TOMAHAWK-804] - SelectOneCountry validators are ignored
> >     * [TOMAHAWK-813] - submitOnEvent doesn't recognize image
commandButtons
> >     * [TOMAHAWK-817] - s:selectItems fails when label is null
> >     * [TOMAHAWK-818] - TableSuggestAjax after upgrade of dojo.
> >     * [TOMAHAWK-834] - HtmlDataScrollerTag missing a shit load of
setters
> >     * [TOMAHAWK-835] - Missing properties for HtmlNewspaperTableTag 
> > & HtmlColumnsTag
> >     * [TOMAHAWK-845] - Wrong urls for JsCookMenu images when cookies

> > are disabled
> >     * [TOMAHAWK-846] - Calendar does not work with Sun RI 1.1 when 
> > renderAsPopup="true" and date value is initially null
> >     * [TOMAHAWK-848] - FacesIO is not working with the latest DOJO
updates
> >     * [TOMAHAWK-850] - displayValueOnly on input elements who are 
> > required triggers validation
> >     * [TOMAHAWK-852] - tableSuggestAjax not processing cursor keys
properly
> >     * [TOMAHAWK-859] - possible bug in the tomahawk taglib tld the
dojo part
> >     * [TOMAHAWK-869] - <t:selectOneCountry> empty selection does not
work
> >     * [TOMAHAWK-870] - Sandbox dojolayouts.FloatingPaneTag iconSrc
error
> >     * [TOMAHAWK-886] - DojoInitializer doesn't render correctly 
> > after restoreState
> >     * [TOMAHAWK-898] - New tableSuggestAjax is ignoring multiple
attribtues
> >     * [TOMAHAWK-901] - EmailValidator considers leading-trailing 
> > whitespaces as invalid
> >     * [TOMAHAWK-903] - Changing the rendered "state" of inputDate 
> > causes a NullPointerException
> >     * [TOMAHAWK-905] - s:filterTable and s:sortableColumn missing 
> > TLD attributes (FilterTableRenderer)
> >     * [TOMAHAWK-906] - DojoUtils class not handling isAttribute 
> > methods in components
> >     * [TOMAHAWK-909] - PPRPanelGroup ignores return value of false 
> > from custom onClick
> >     * [TOMAHAWK-910] - inputSugestAjax onchange JavaScript error
> >     * [TOMAHAWK-916] - jslistener.jsf example no longer works
> >     * [TOMAHAWK-928] - DojoUtils.getAttributeMap fails for 
> > subclassed Dojo Components
> >     * [TOMAHAWK-932] - SelectBox example always fails the door
validation
> >     * [TOMAHAWK-934] - Email validator allows whitespace
> >     * [TOMAHAWK-936] - TableSuggestAjax aborts page load in IE
> >
> > ** Improvement
> >     * [TOMAHAWK-441] - Add orientation parameter to NewspaperTable
> >     * [TOMAHAWK-472] - Prevent overwrite of field value if 
> > suggestions don't exactly match
> >     * [TOMAHAWK-503] - Capture and restore saveState Beans and 
> > messages when using redirect navigation rule
> >     * [TOMAHAWK-510] - Facelets + Inline EL + tree2 =
InvalidArgumentException
> >     * [TOMAHAWK-517] - Tomahawk Maven2 oddity: 1.1.3 requires
Struts1.2.8
> >     * [TOMAHAWK-525] - Refactor of DefaultScheduleEntryRenderer
> >     * [TOMAHAWK-603] - Remove all of the unused code, variables, and

> > import statements identified by Eclipse 3.1.2
> >     * [TOMAHAWK-621] - Tomahawk DayRenderer move inner classes out 
> > make more methods protected vs private
> >     * [TOMAHAWK-639] - Improve overlap detection for zero length 
> > events in the detailed view
> >     * [TOMAHAWK-659] - add colspan attribute to tomahawk PanelGrid /
PanelGroup
> >     * [TOMAHAWK-661] - DojoDialog has no style and styleClass
attribute
> >     * [TOMAHAWK-675] - Build the example apps with specified 
> > versions of MyFaces and Tomahawk
> >     * [TOMAHAWK-701] - TabbedPane renders all tabs in server side
mode
> >     * [TOMAHAWK-706] - body onload does not exist
> >     * [TOMAHAWK-731] - Improvement in MyFaces-Javascripts for
compatibility
> >     * [TOMAHAWK-743] - Fisheye component based on a DataModel
> >     * [TOMAHAWK-744] - Enable better layouting for dataScroller - 
> > ability to switch between "list", "table", "singleList" and 
> > "singleTable" layouts
> >     * [TOMAHAWK-747] - improve dojo initialisation times
> >     * [TOMAHAWK-751] - Enhancing PPRGroup - periodicalUpdate for 
> > refreshing a partial page automatically
> >     * [TOMAHAWK-767] - ASF Source Header and Copyright Notice Policy
> >     * [TOMAHAWK-773] - Possible NullPointerException in
FieldSetRenderer
> >     * [TOMAHAWK-836] - Tomahawk component renderers are not in 
> > FacesContext during the Shale Testing
> >     * [TOMAHAWK-853] - Dojo Update from 0.4.0 to 0.4.1
> >     * [TOMAHAWK-884] - TableSuggestAjax JavaScript based on Dojo
> >     * [TOMAHAWK-919] - Improve description of buffer in apt
documentation
> >     * [TOMAHAWK-921] - Improve usage example for validateEqual by 
> > adding second input
> >
> > ** New Feature
> >     * [TOMAHAWK-109] - disabled property for <x:panelTab>
> >     * [TOMAHAWK-151] - New component <s:selectItems>
> >     * [TOMAHAWK-182] - new validator - validate comma separated 
> > entries by splitting them and validating individually
> >     * [TOMAHAWK-551] - EmptySelection Patch for SelectOneLanguage
> >     * [TOMAHAWK-597] - Client Side Validation Support
> >     * [TOMAHAWK-607] - Security Resolver
> >     * [TOMAHAWK-615] - Exporting DataTable data to excel
> >     * [TOMAHAWK-618] - Partial Page Rendering for tomahawk
> >     * [TOMAHAWK-655] - New component DojoDialog in Tomahawk-Sandbox
> >     * [TOMAHAWK-684] - New attribute activePanelTabVar for
HtmlPanelTabbedPane
> >     * [TOMAHAWK-702] - PPRPanelGroup support a regular Expression as

> > partialTrigger attribute
> >     * [TOMAHAWK-708] - PPRPanelGroup should support an inline
Loading Message
> >     * [TOMAHAWK-721] - Toggle component for sandbox. This component 
> > allows the user to switch between View/Edit modes
> >     * [TOMAHAWK-730] - create a component which will submit a form 
> > on a specific event
> >     * [TOMAHAWK-839] - Add attributes to <t:dataTable> that will set

> > the style and class attributes of the renered <tbody> tag.
> >     * [TOMAHAWK-864] - Sorting by locale in FacesContext for strings
> > (SortableModel)
> >     * [TOMAHAWK-876] - Image loop / slide show component
> >     * [TOMAHAWK-879] - InputSuggestAjax does not use the "style" 
> > option
> >
> > ** Task
> >     * [TOMAHAWK-805] - Move sandbox selectItems to Tomahawk
> >
>
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


________________
Dresdner Bank AG
Sitz/Registered Office: Frankfurt am Main, Handelsregister/Commercial Register: Amtsgericht/Local Court, Frankfurt am Main, HRB 14000 
Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: Michael Diekmann 
Vorstand/Board of Managing Directors: Herbert Walter (Vorsitzender/Chairman), Andreas Georgi, Stefan Jentzsch, Wulf Meier, Andree Moschner, Klaus Rosenfeld, Otto Steinmetz, Friedrich Woebking 

This e-mail is confidential and the information contained in it may be privileged.  It should not be read, copied or used by anyone other than the intended recipient.  If you have received it in error, please contact the sender immediately by telephoning +44 (0)20 7623 8000 or by return email, and delete the e-mail and do not disclose its contents to any person.  We believe, but do not warrant, that this e-mail and any attachments are virus free, but you must take full responsibility for virus checking.  Please refer to http://www.dresdnerkleinwort.com/disc/email/ and read our e-mail disclaimer statement and monitoring policy.
________________


Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

Posted by Martin Marinschek <ma...@gmail.com>.
Finally! What a happy day! I go celebrating now ;)

regards,

Martin

On 4/19/07, Matthias Wessendorf <ma...@apache.org> wrote:
> great.
>
> Hopefully we fix the issue that the demos don't contain java-sources
> for the next release ;-)
>
> -Matthias
>
> On 4/19/07, Manfred Geiler <ma...@apache.org> wrote:
> > The Apache MyFaces team is pleased to announce the release of "MyFaces
> > Tomahawk 1.1.5".
> >
> > MyFaces Tomahawk provides a series of JavaServer Faces components that
> > go beyond the JSF specification. These components are compatible with
> > the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1.1
> > compatible implementation. Of course the custom components can also be
> > used with the Apache JSF implementation "MyFaces Core 1.1.5".
> >
> > MyFaces Tomahawk 1.1.5 is available in both binary and source distributions.
> >
> >     * http://myfaces.apache.org/download.html
> >
> > MyFaces Tomahawk is also available in the central Maven repository
> > under Group ID "org.apache.myfaces.tomahawk".
> >
> > Enjoy!
> > Manfred
> >
> >
> > Release Notes - MyFaces Tomahawk - Version 1.1.5
> >
> > Important: For RI compatibility, and adherence to the spec, itemValues
> > can no longer coerce to the backing bean type.  You may get the
> > validation error "Value is not a valid option." when this occurs.
> > Previous versions of MyFaces/Tomahawk did coerce the itemValue to the
> > type of the backing bean, so applications that relied on that will no
> > longer work as expected.
> >
> > ** Fixed Bugs
> >     * [TOMAHAWK-17] - <t:commandSortHeader> processes action /
> > actionListener before updating values of sortColumn and sortAscending
> >     * [TOMAHAWK-23] - SelectOneCountry needs to support an empty selection
> >     * [TOMAHAWK-36] - t:div, t:span, s:fieldset should render children
> >     * [TOMAHAWK-41] - inputDate does not support forceId
> >     * [TOMAHAWK-42] - ImportCalendar doesn't work in FireFox browser
> >     * [TOMAHAWK-66] - add colspan (and header/footer colspan)
> > attributes to tomahawk extended column tag
> >     * [TOMAHAWK-80] - AliasBean doesn't need the renderer
> >     * [TOMAHAWK-141] - InputSuggestAjax should allow differentiation
> > between text in popup and text in input box
> >     * [TOMAHAWK-258] - sandbox inputSuggestAjax ignores onkeydown event
> >     * [TOMAHAWK-322] - InputSuggestAjax: False Encoding with German Umlauts
> >     * [TOMAHAWK-378] - Can't submit an empty date with x:inputDate
> >     * [TOMAHAWK-402] - error message on popup, when using SSL
> >     * [TOMAHAWK-467] - SEVERE: Row is not available. Rowindex = 4
> >     * [TOMAHAWK-469] - Enter key in inputSuggestAjax submits form
> >     * [TOMAHAWK-491] - t:columns generates wrong name in children input fields
> >     * [TOMAHAWK-506] - Schedule getClickedTime() returns incorrect
> > time in compact views
> >     * [TOMAHAWK-516] - JSCookMenu problems in a Trinidad project
> >     * [TOMAHAWK-521] - Values from checkboxes not received on submit,
> > when branches are collapsed.
> >     * [TOMAHAWK-524] - RedirectTrackerManager should be Serializable
> >     * [TOMAHAWK-535] - Schedule Tooltip is broken in Internet Explorer
> >     * [TOMAHAWK-541] - Tomahawk TLD error
> >     * [TOMAHAWK-554] - Can't use automatic sorting on dataTable when
> > some columns doesn't have a header facet
> >     * [TOMAHAWK-565] - inputHTML produces IE security warning about
> > midex secure and unsecure items
> >     * [TOMAHAWK-589] - Remove JSP dependency from navmenu renderers
> >     * [TOMAHAWK-590] - Unparsable lastModified : @lastModified@ should
> > be no ERROR
> >     * [TOMAHAWK-605] - compareToValidator JSP tag converts
> > "comparator" property to string instead of Comparator
> >     * [TOMAHAWK-606] - t:commandLink does not work - gives javascript error
> >     * [TOMAHAWK-623] - RedirectTracker and
> > RedirectTrackerRequestMapWrapper remove implementation
> >     * [TOMAHAWK-640] - Javascript-Code broken when using 2 or more
> > PPRPanelGroups
> >     * [TOMAHAWK-644] - Nullpointer in AutoScrollerPhaseListener when
> > using weblets and a request for a resource comes in.
> >     * [TOMAHAWK-647] - t:popup no longer pops up if id isn't specified manually.
> >     * [TOMAHAWK-650] - ScheduleDay getFirstEventHour() incorrect when
> > all day event and non-all day event exist
> >     * [TOMAHAWK-651] - Excessive warnings when using Tomahawk with RI
> >     * [TOMAHAWK-656] - Dates missing in Schedule month view
> >     * [TOMAHAWK-660] - resources fail in web apps with spaces in context path
> >     * [TOMAHAWK-672] - RedirectTrackerManager behavior must be
> > disabled by default
> >     * [TOMAHAWK-682] - Editor does not work anymore in Firefox
> >     * [TOMAHAWK-683] - r448673 lost ValueBinding support for
> > message/detailMessage/summaryMessage
> >     * [TOMAHAWK-685] - NPE during ClassCastException in CompareToValidator
> >     * [TOMAHAWK-695] - PPRPanelGroup partialTriggers don't work for
> > commandLink, selectOneMenu and selectBooleanCheckBox
> >     * [TOMAHAWK-696] - PPRPanelGroup partialTriggers don't support ValueBindings
> >     * [TOMAHAWK-697] - PPRPanelGroup panelGroup insert renderd spans
> > into each other when repeatetly refreshing
> >     * [TOMAHAWK-707] - PPRPanelGroup partialTriggerPattern js-function
> > produces JS-error when invoked with non-string object
> >     * [TOMAHAWK-710] - Add new CSS classes to schedule
> >     * [TOMAHAWK-714] - Error in inputDate documentation
> >     * [TOMAHAWK-738] - SaveState fails with a java.util.List
> > implementation other than ArrayList
> >     * [TOMAHAWK-745] - pprPanelGroup doesn't save the state
> >     * [TOMAHAWK-748] - International Characters not displaying
> > correctly - apparent encoding problem.
> >     * [TOMAHAWK-749] - t:stylesheet example renders two head elements
> > (patch included)
> >     * [TOMAHAWK-752] - TabbedPane does not implement NamingContainer
> >     * [TOMAHAWK-759] - When type="both", inputDate does not accept null value
> >     * [TOMAHAWK-760] - modalDialog shows in page instead of being a
> > popup in Internet Explorer
> >     * [TOMAHAWK-764] - ValueBinding lost for first attribute
> >     * [TOMAHAWK-765] - Callback-Handling in AJAX-Form components
> >     * [TOMAHAWK-774] - Browser does not cache resources
> >     * [TOMAHAWK-803] - SelectOneLanguage validator never called
> >     * [TOMAHAWK-804] - SelectOneCountry validators are ignored
> >     * [TOMAHAWK-813] - submitOnEvent doesn't recognize image commandButtons
> >     * [TOMAHAWK-817] - s:selectItems fails when label is null
> >     * [TOMAHAWK-818] - TableSuggestAjax after upgrade of dojo.
> >     * [TOMAHAWK-834] - HtmlDataScrollerTag missing a shit load of setters
> >     * [TOMAHAWK-835] - Missing properties for HtmlNewspaperTableTag &
> > HtmlColumnsTag
> >     * [TOMAHAWK-845] - Wrong urls for JsCookMenu images when cookies
> > are disabled
> >     * [TOMAHAWK-846] - Calendar does not work with Sun RI 1.1 when
> > renderAsPopup="true" and date value is initially null
> >     * [TOMAHAWK-848] - FacesIO is not working with the latest DOJO updates
> >     * [TOMAHAWK-850] - displayValueOnly on input elements who are
> > required triggers validation
> >     * [TOMAHAWK-852] - tableSuggestAjax not processing cursor keys properly
> >     * [TOMAHAWK-859] - possible bug in the tomahawk taglib tld the dojo part
> >     * [TOMAHAWK-869] - <t:selectOneCountry> empty selection does not work
> >     * [TOMAHAWK-870] - Sandbox dojolayouts.FloatingPaneTag iconSrc error
> >     * [TOMAHAWK-886] - DojoInitializer doesn't render correctly after
> > restoreState
> >     * [TOMAHAWK-898] - New tableSuggestAjax is ignoring multiple attribtues
> >     * [TOMAHAWK-901] - EmailValidator considers leading-trailing
> > whitespaces as invalid
> >     * [TOMAHAWK-903] - Changing the rendered "state" of inputDate
> > causes a NullPointerException
> >     * [TOMAHAWK-905] - s:filterTable and s:sortableColumn missing TLD
> > attributes (FilterTableRenderer)
> >     * [TOMAHAWK-906] - DojoUtils class not handling isAttribute
> > methods in components
> >     * [TOMAHAWK-909] - PPRPanelGroup ignores return value of false
> > from custom onClick
> >     * [TOMAHAWK-910] - inputSugestAjax onchange JavaScript error
> >     * [TOMAHAWK-916] - jslistener.jsf example no longer works
> >     * [TOMAHAWK-928] - DojoUtils.getAttributeMap fails for subclassed
> > Dojo Components
> >     * [TOMAHAWK-932] - SelectBox example always fails the door validation
> >     * [TOMAHAWK-934] - Email validator allows whitespace
> >     * [TOMAHAWK-936] - TableSuggestAjax aborts page load in IE
> >
> > ** Improvement
> >     * [TOMAHAWK-441] - Add orientation parameter to NewspaperTable
> >     * [TOMAHAWK-472] - Prevent overwrite of field value if suggestions
> > don't exactly match
> >     * [TOMAHAWK-503] - Capture and restore saveState Beans and
> > messages when using redirect navigation rule
> >     * [TOMAHAWK-510] - Facelets + Inline EL + tree2 = InvalidArgumentException
> >     * [TOMAHAWK-517] - Tomahawk Maven2 oddity: 1.1.3 requires Struts1.2.8
> >     * [TOMAHAWK-525] - Refactor of DefaultScheduleEntryRenderer
> >     * [TOMAHAWK-603] - Remove all of the unused code, variables, and
> > import statements identified by Eclipse 3.1.2
> >     * [TOMAHAWK-621] - Tomahawk DayRenderer move inner classes out
> > make more methods protected vs private
> >     * [TOMAHAWK-639] - Improve overlap detection for zero length
> > events in the detailed view
> >     * [TOMAHAWK-659] - add colspan attribute to tomahawk PanelGrid / PanelGroup
> >     * [TOMAHAWK-661] - DojoDialog has no style and styleClass attribute
> >     * [TOMAHAWK-675] - Build the example apps with specified versions
> > of MyFaces and Tomahawk
> >     * [TOMAHAWK-701] - TabbedPane renders all tabs in server side mode
> >     * [TOMAHAWK-706] - body onload does not exist
> >     * [TOMAHAWK-731] - Improvement in MyFaces-Javascripts for compatibility
> >     * [TOMAHAWK-743] - Fisheye component based on a DataModel
> >     * [TOMAHAWK-744] - Enable better layouting for dataScroller -
> > ability to switch between "list", "table", "singleList" and
> > "singleTable" layouts
> >     * [TOMAHAWK-747] - improve dojo initialisation times
> >     * [TOMAHAWK-751] - Enhancing PPRGroup - periodicalUpdate for
> > refreshing a partial page automatically
> >     * [TOMAHAWK-767] - ASF Source Header and Copyright Notice Policy
> >     * [TOMAHAWK-773] - Possible NullPointerException in FieldSetRenderer
> >     * [TOMAHAWK-836] - Tomahawk component renderers are not in
> > FacesContext during the Shale Testing
> >     * [TOMAHAWK-853] - Dojo Update from 0.4.0 to 0.4.1
> >     * [TOMAHAWK-884] - TableSuggestAjax JavaScript based on Dojo
> >     * [TOMAHAWK-919] - Improve description of buffer in apt documentation
> >     * [TOMAHAWK-921] - Improve usage example for validateEqual by
> > adding second input
> >
> > ** New Feature
> >     * [TOMAHAWK-109] - disabled property for <x:panelTab>
> >     * [TOMAHAWK-151] - New component <s:selectItems>
> >     * [TOMAHAWK-182] - new validator - validate comma separated
> > entries by splitting them and validating individually
> >     * [TOMAHAWK-551] - EmptySelection Patch for SelectOneLanguage
> >     * [TOMAHAWK-597] - Client Side Validation Support
> >     * [TOMAHAWK-607] - Security Resolver
> >     * [TOMAHAWK-615] - Exporting DataTable data to excel
> >     * [TOMAHAWK-618] - Partial Page Rendering for tomahawk
> >     * [TOMAHAWK-655] - New component DojoDialog in Tomahawk-Sandbox
> >     * [TOMAHAWK-684] - New attribute activePanelTabVar for HtmlPanelTabbedPane
> >     * [TOMAHAWK-702] - PPRPanelGroup support a regular Expression as
> > partialTrigger attribute
> >     * [TOMAHAWK-708] - PPRPanelGroup should support an inline Loading Message
> >     * [TOMAHAWK-721] - Toggle component for sandbox. This component
> > allows the user to switch between View/Edit modes
> >     * [TOMAHAWK-730] - create a component which will submit a form on
> > a specific event
> >     * [TOMAHAWK-839] - Add attributes to <t:dataTable> that will set
> > the style and class attributes of the renered <tbody> tag.
> >     * [TOMAHAWK-864] - Sorting by locale in FacesContext for strings
> > (SortableModel)
> >     * [TOMAHAWK-876] - Image loop / slide show component
> >     * [TOMAHAWK-879] - InputSuggestAjax does not use the "style" option
> >
> > ** Task
> >     * [TOMAHAWK-805] - Move sandbox selectItems to Tomahawk
> >
>
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

Posted by Matthias Wessendorf <ma...@apache.org>.
great.

Hopefully we fix the issue that the demos don't contain java-sources
for the next release ;-)

-Matthias

On 4/19/07, Manfred Geiler <ma...@apache.org> wrote:
> The Apache MyFaces team is pleased to announce the release of "MyFaces
> Tomahawk 1.1.5".
>
> MyFaces Tomahawk provides a series of JavaServer Faces components that
> go beyond the JSF specification. These components are compatible with
> the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1.1
> compatible implementation. Of course the custom components can also be
> used with the Apache JSF implementation "MyFaces Core 1.1.5".
>
> MyFaces Tomahawk 1.1.5 is available in both binary and source distributions.
>
>     * http://myfaces.apache.org/download.html
>
> MyFaces Tomahawk is also available in the central Maven repository
> under Group ID "org.apache.myfaces.tomahawk".
>
> Enjoy!
> Manfred
>
>
> Release Notes - MyFaces Tomahawk - Version 1.1.5
>
> Important: For RI compatibility, and adherence to the spec, itemValues
> can no longer coerce to the backing bean type.  You may get the
> validation error "Value is not a valid option." when this occurs.
> Previous versions of MyFaces/Tomahawk did coerce the itemValue to the
> type of the backing bean, so applications that relied on that will no
> longer work as expected.
>
> ** Fixed Bugs
>     * [TOMAHAWK-17] - <t:commandSortHeader> processes action /
> actionListener before updating values of sortColumn and sortAscending
>     * [TOMAHAWK-23] - SelectOneCountry needs to support an empty selection
>     * [TOMAHAWK-36] - t:div, t:span, s:fieldset should render children
>     * [TOMAHAWK-41] - inputDate does not support forceId
>     * [TOMAHAWK-42] - ImportCalendar doesn't work in FireFox browser
>     * [TOMAHAWK-66] - add colspan (and header/footer colspan)
> attributes to tomahawk extended column tag
>     * [TOMAHAWK-80] - AliasBean doesn't need the renderer
>     * [TOMAHAWK-141] - InputSuggestAjax should allow differentiation
> between text in popup and text in input box
>     * [TOMAHAWK-258] - sandbox inputSuggestAjax ignores onkeydown event
>     * [TOMAHAWK-322] - InputSuggestAjax: False Encoding with German Umlauts
>     * [TOMAHAWK-378] - Can't submit an empty date with x:inputDate
>     * [TOMAHAWK-402] - error message on popup, when using SSL
>     * [TOMAHAWK-467] - SEVERE: Row is not available. Rowindex = 4
>     * [TOMAHAWK-469] - Enter key in inputSuggestAjax submits form
>     * [TOMAHAWK-491] - t:columns generates wrong name in children input fields
>     * [TOMAHAWK-506] - Schedule getClickedTime() returns incorrect
> time in compact views
>     * [TOMAHAWK-516] - JSCookMenu problems in a Trinidad project
>     * [TOMAHAWK-521] - Values from checkboxes not received on submit,
> when branches are collapsed.
>     * [TOMAHAWK-524] - RedirectTrackerManager should be Serializable
>     * [TOMAHAWK-535] - Schedule Tooltip is broken in Internet Explorer
>     * [TOMAHAWK-541] - Tomahawk TLD error
>     * [TOMAHAWK-554] - Can't use automatic sorting on dataTable when
> some columns doesn't have a header facet
>     * [TOMAHAWK-565] - inputHTML produces IE security warning about
> midex secure and unsecure items
>     * [TOMAHAWK-589] - Remove JSP dependency from navmenu renderers
>     * [TOMAHAWK-590] - Unparsable lastModified : @lastModified@ should
> be no ERROR
>     * [TOMAHAWK-605] - compareToValidator JSP tag converts
> "comparator" property to string instead of Comparator
>     * [TOMAHAWK-606] - t:commandLink does not work - gives javascript error
>     * [TOMAHAWK-623] - RedirectTracker and
> RedirectTrackerRequestMapWrapper remove implementation
>     * [TOMAHAWK-640] - Javascript-Code broken when using 2 or more
> PPRPanelGroups
>     * [TOMAHAWK-644] - Nullpointer in AutoScrollerPhaseListener when
> using weblets and a request for a resource comes in.
>     * [TOMAHAWK-647] - t:popup no longer pops up if id isn't specified manually.
>     * [TOMAHAWK-650] - ScheduleDay getFirstEventHour() incorrect when
> all day event and non-all day event exist
>     * [TOMAHAWK-651] - Excessive warnings when using Tomahawk with RI
>     * [TOMAHAWK-656] - Dates missing in Schedule month view
>     * [TOMAHAWK-660] - resources fail in web apps with spaces in context path
>     * [TOMAHAWK-672] - RedirectTrackerManager behavior must be
> disabled by default
>     * [TOMAHAWK-682] - Editor does not work anymore in Firefox
>     * [TOMAHAWK-683] - r448673 lost ValueBinding support for
> message/detailMessage/summaryMessage
>     * [TOMAHAWK-685] - NPE during ClassCastException in CompareToValidator
>     * [TOMAHAWK-695] - PPRPanelGroup partialTriggers don't work for
> commandLink, selectOneMenu and selectBooleanCheckBox
>     * [TOMAHAWK-696] - PPRPanelGroup partialTriggers don't support ValueBindings
>     * [TOMAHAWK-697] - PPRPanelGroup panelGroup insert renderd spans
> into each other when repeatetly refreshing
>     * [TOMAHAWK-707] - PPRPanelGroup partialTriggerPattern js-function
> produces JS-error when invoked with non-string object
>     * [TOMAHAWK-710] - Add new CSS classes to schedule
>     * [TOMAHAWK-714] - Error in inputDate documentation
>     * [TOMAHAWK-738] - SaveState fails with a java.util.List
> implementation other than ArrayList
>     * [TOMAHAWK-745] - pprPanelGroup doesn't save the state
>     * [TOMAHAWK-748] - International Characters not displaying
> correctly - apparent encoding problem.
>     * [TOMAHAWK-749] - t:stylesheet example renders two head elements
> (patch included)
>     * [TOMAHAWK-752] - TabbedPane does not implement NamingContainer
>     * [TOMAHAWK-759] - When type="both", inputDate does not accept null value
>     * [TOMAHAWK-760] - modalDialog shows in page instead of being a
> popup in Internet Explorer
>     * [TOMAHAWK-764] - ValueBinding lost for first attribute
>     * [TOMAHAWK-765] - Callback-Handling in AJAX-Form components
>     * [TOMAHAWK-774] - Browser does not cache resources
>     * [TOMAHAWK-803] - SelectOneLanguage validator never called
>     * [TOMAHAWK-804] - SelectOneCountry validators are ignored
>     * [TOMAHAWK-813] - submitOnEvent doesn't recognize image commandButtons
>     * [TOMAHAWK-817] - s:selectItems fails when label is null
>     * [TOMAHAWK-818] - TableSuggestAjax after upgrade of dojo.
>     * [TOMAHAWK-834] - HtmlDataScrollerTag missing a shit load of setters
>     * [TOMAHAWK-835] - Missing properties for HtmlNewspaperTableTag &
> HtmlColumnsTag
>     * [TOMAHAWK-845] - Wrong urls for JsCookMenu images when cookies
> are disabled
>     * [TOMAHAWK-846] - Calendar does not work with Sun RI 1.1 when
> renderAsPopup="true" and date value is initially null
>     * [TOMAHAWK-848] - FacesIO is not working with the latest DOJO updates
>     * [TOMAHAWK-850] - displayValueOnly on input elements who are
> required triggers validation
>     * [TOMAHAWK-852] - tableSuggestAjax not processing cursor keys properly
>     * [TOMAHAWK-859] - possible bug in the tomahawk taglib tld the dojo part
>     * [TOMAHAWK-869] - <t:selectOneCountry> empty selection does not work
>     * [TOMAHAWK-870] - Sandbox dojolayouts.FloatingPaneTag iconSrc error
>     * [TOMAHAWK-886] - DojoInitializer doesn't render correctly after
> restoreState
>     * [TOMAHAWK-898] - New tableSuggestAjax is ignoring multiple attribtues
>     * [TOMAHAWK-901] - EmailValidator considers leading-trailing
> whitespaces as invalid
>     * [TOMAHAWK-903] - Changing the rendered "state" of inputDate
> causes a NullPointerException
>     * [TOMAHAWK-905] - s:filterTable and s:sortableColumn missing TLD
> attributes (FilterTableRenderer)
>     * [TOMAHAWK-906] - DojoUtils class not handling isAttribute
> methods in components
>     * [TOMAHAWK-909] - PPRPanelGroup ignores return value of false
> from custom onClick
>     * [TOMAHAWK-910] - inputSugestAjax onchange JavaScript error
>     * [TOMAHAWK-916] - jslistener.jsf example no longer works
>     * [TOMAHAWK-928] - DojoUtils.getAttributeMap fails for subclassed
> Dojo Components
>     * [TOMAHAWK-932] - SelectBox example always fails the door validation
>     * [TOMAHAWK-934] - Email validator allows whitespace
>     * [TOMAHAWK-936] - TableSuggestAjax aborts page load in IE
>
> ** Improvement
>     * [TOMAHAWK-441] - Add orientation parameter to NewspaperTable
>     * [TOMAHAWK-472] - Prevent overwrite of field value if suggestions
> don't exactly match
>     * [TOMAHAWK-503] - Capture and restore saveState Beans and
> messages when using redirect navigation rule
>     * [TOMAHAWK-510] - Facelets + Inline EL + tree2 = InvalidArgumentException
>     * [TOMAHAWK-517] - Tomahawk Maven2 oddity: 1.1.3 requires Struts1.2.8
>     * [TOMAHAWK-525] - Refactor of DefaultScheduleEntryRenderer
>     * [TOMAHAWK-603] - Remove all of the unused code, variables, and
> import statements identified by Eclipse 3.1.2
>     * [TOMAHAWK-621] - Tomahawk DayRenderer move inner classes out
> make more methods protected vs private
>     * [TOMAHAWK-639] - Improve overlap detection for zero length
> events in the detailed view
>     * [TOMAHAWK-659] - add colspan attribute to tomahawk PanelGrid / PanelGroup
>     * [TOMAHAWK-661] - DojoDialog has no style and styleClass attribute
>     * [TOMAHAWK-675] - Build the example apps with specified versions
> of MyFaces and Tomahawk
>     * [TOMAHAWK-701] - TabbedPane renders all tabs in server side mode
>     * [TOMAHAWK-706] - body onload does not exist
>     * [TOMAHAWK-731] - Improvement in MyFaces-Javascripts for compatibility
>     * [TOMAHAWK-743] - Fisheye component based on a DataModel
>     * [TOMAHAWK-744] - Enable better layouting for dataScroller -
> ability to switch between "list", "table", "singleList" and
> "singleTable" layouts
>     * [TOMAHAWK-747] - improve dojo initialisation times
>     * [TOMAHAWK-751] - Enhancing PPRGroup - periodicalUpdate for
> refreshing a partial page automatically
>     * [TOMAHAWK-767] - ASF Source Header and Copyright Notice Policy
>     * [TOMAHAWK-773] - Possible NullPointerException in FieldSetRenderer
>     * [TOMAHAWK-836] - Tomahawk component renderers are not in
> FacesContext during the Shale Testing
>     * [TOMAHAWK-853] - Dojo Update from 0.4.0 to 0.4.1
>     * [TOMAHAWK-884] - TableSuggestAjax JavaScript based on Dojo
>     * [TOMAHAWK-919] - Improve description of buffer in apt documentation
>     * [TOMAHAWK-921] - Improve usage example for validateEqual by
> adding second input
>
> ** New Feature
>     * [TOMAHAWK-109] - disabled property for <x:panelTab>
>     * [TOMAHAWK-151] - New component <s:selectItems>
>     * [TOMAHAWK-182] - new validator - validate comma separated
> entries by splitting them and validating individually
>     * [TOMAHAWK-551] - EmptySelection Patch for SelectOneLanguage
>     * [TOMAHAWK-597] - Client Side Validation Support
>     * [TOMAHAWK-607] - Security Resolver
>     * [TOMAHAWK-615] - Exporting DataTable data to excel
>     * [TOMAHAWK-618] - Partial Page Rendering for tomahawk
>     * [TOMAHAWK-655] - New component DojoDialog in Tomahawk-Sandbox
>     * [TOMAHAWK-684] - New attribute activePanelTabVar for HtmlPanelTabbedPane
>     * [TOMAHAWK-702] - PPRPanelGroup support a regular Expression as
> partialTrigger attribute
>     * [TOMAHAWK-708] - PPRPanelGroup should support an inline Loading Message
>     * [TOMAHAWK-721] - Toggle component for sandbox. This component
> allows the user to switch between View/Edit modes
>     * [TOMAHAWK-730] - create a component which will submit a form on
> a specific event
>     * [TOMAHAWK-839] - Add attributes to <t:dataTable> that will set
> the style and class attributes of the renered <tbody> tag.
>     * [TOMAHAWK-864] - Sorting by locale in FacesContext for strings
> (SortableModel)
>     * [TOMAHAWK-876] - Image loop / slide show component
>     * [TOMAHAWK-879] - InputSuggestAjax does not use the "style" option
>
> ** Task
>     * [TOMAHAWK-805] - Move sandbox selectItems to Tomahawk
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com