Hi All, I am attempting to use the scrollable property of ice:dataTable and I get the following errors:
ERROR [STDERR] 20-Dec-2006 12:10:43 com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /main.xhtml @44,107 scrollable="true" Property 'scrollable' is not on type: com.icesoft.faces.component.ext.HtmlDataTable
ERROR [D2DFaceletViewHandler] Problem in renderResponse: Component property scrollable is not writable
java.lang.IllegalArgumentException: Component property scrollable is not writable
the markup in the xhtml is this:
<ice:dataTable var="item" value="#{someList}" scrollHeight="200px" scrollable="false" columnWidths="150px,150px">
the same error occurs when I attempt to add scrolling to a similar table in the official version of seam-icefaces that comes packaged with seam.
I am using the latest version of JBOSS (4.0.5) and seam (1.1.0 GA ) and the following version of icefaces:
ICEfaces 1.5.1
Build number: 5
Revision: 12374
It may also be worth noting that the component showcase does work successfully when deployed within the same environment.
Any help with this problem will be greatly appreciated.
|