Hi, I wonder if anybody succeeded in getting dataScroller working under Trinidad. Mine doesn't work anymore since I updated my web.xml to Trinidad stuff.
A dataScroller such as:

<t:dataScroller id="resultScroller"   actionListener="#{resultBean.paginator}" ....>

having a facet such as:

<f:facet name="next">
    <h:panelGroup rendered="true">
        <h:commandButton value="#{msg['result.scroller.next']}" styleClass="nextPrevious" action=""/>
        <t:graphicImage url="" style="border: 1px""/>
 </h:panelGroup>
</f:facet>

is rendered as:

<input id="_id50:result:_id409" name="_id50:result:_id409" type="submit" value="next"
               class="nextPrevious">
<img src="" style="border: 1px">
<a id="_id50:result:resultScrollernext" name="_id50:result:resultScrollernext"
               
                class="OraLink" href=""></a>

the image element has no "onclick" attribute anymore, thus is not active, unlike the non-Trinidad version.
Furthermore, "next" button submits, but result is not as before (I'm still investigating about this).
Any idea ?
Thanks -- Renzo

Reply via email to