Hi I am almost done with at list that has a t:dataScroller attached to it (ref. the datascroller example of the MyFaces simple webapp). There they have : <h:panelGrid columns="1" styleClass="scrollerTable2" columnClasses="standardTable_ColumnCentered" > <t:dataScroller id="scroll_1" for="data" fastStep="10" pageCountVar="pageCount" pageIndexVar="pageIndex" styleClass="scroller" paginator="true" paginatorMaxPages="9" paginatorTableClass="paginator" paginatorActiveColumnStyle="font-weight:bold;" actionListener="#{scrollerList.scrollerAction}" > <f:facet name="first" > <t:graphicImage url="images/arrow-first.gif" border="1" /> </f:facet>
.... Since facet is not defined in the shale-clay clay-config.xml file, I added a definition in mine to just get going: <component jsfid="facet" extends="baseHtml" componentType="javax.faces.HtmlOutputText"> <attributes> <set name="name" bindingType="VB" /> </attributes> </component> Abviously it does not render in the same way as f:facet in MyFaces does. So I tried to track down what componentType this is, but have come up with nothing so far. Anybody know ? Hermod --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]