I have been investigating a JSF upgrade on our existing web apps that are using JSF 1.2 & tomahawk 1.1.9 & no facelets , to use JSF 2.0 & tomahawk 1.1.9
This is my findings sofar :
All the tomahawk components worked except for t:dataTable used with a t:dataScroller – BUT ONLY IF preserveDataModel="true" on t:dataTable.
The workaround is to set preserveDataModel="false"
-Why it breaks is explained here : http://www.mail-archive.com/[email protected]/msg40741.html
The impact of changing preserveDataModel="true" to preserveDataModel="false" is explained here : http://wiki.apache.org/myfaces/Working_With_DataTable_And_PreserveDataModel
Existing JSF 1.2 tags still works under JSF 2.0 runtime
Have anyone else out there done something similar - and what is your experience ?
I have searched the web high and low but could not found much on this topic , but at the moment I am feeling pretty confident to get the new libraries out to the testing environment for a couple of weeks & then onto a live environment.