I extended HtmlDataTable with the override function for setFirst ( as
suggested), but it never got executed.

<snip>
<x:dataTable id="resourceData" var="MR" 
        value="#{MR.resources}" rows="10"
        columnClasses="columnspacer_5,leftcolumn,leftcolumn"
        headerClass="sortHeader" rowClasses="oddrow, evenrow" width="100%"
        sortColumn="#{MR.sort}"
        sortAscending="#{MR.ascending}"
        preserveDataModel="true" preserveSort="true"
        first="#{MR.searchPageIndex}"
        binding="#{MR.mrDataTable}">
</snip>

Any Help ?
Is it possible to post the code ?

Thanks a bunch,

vinod
--
View this message in context: 
http://www.nabble.com/Making-sure-DataTable%27s-first-always-uses-EL-was-Re%3A-Facelets-1.0.14-causes-duplicate-IDs...-t1462743.html#a4172242
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to