You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Michael Heinen <mh...@recommind.com> on 2006/03/13 17:13:05 UTC

forceId not working in t:datatable ?

Is the forceId attribute of t:datatable not working in MyFaces 1.1.1?

 

My datatable:

<t:dataTable id="doclist" forceId="true"

 
value="#{DynaAnnoControllerBean.documents}"

                                    var="doc"

                                    rowClasses="row-odd,row-even"

                                    headerClass="subheader subtitle"

                                    rowIndexVar="rowindex"

 
rows="#{DynaAnnoControllerBean.documentModelRowsPerPage}" 

 
first="#{DynaAnnoControllerBean.documentModelFirstRecord}"

                                    renderedIfEmpty="false"

                                    rowCountVar="rowcount"

                                    rowStyle="cursor:pointer;" 

 
rowOnMouseOver="this.style.backgroundColor=\'#FFFF99\'" 

 
rowOnMouseOut="this.style.backgroundColor=\'#FFFFFF\'"

                                    >

 

Generate html:

<table id="docform:doclist">
<thead>
<tr>

...

 

Cheers

Michael