I am trying to implement Row highlighting feature ofr display tag 1.1 by implementing
 
addRowClass() method in TableDecorator. But the desired style of the row is not rendered though the class I defined in CSS.
 
Any ideas?
 
 
Below is the view source of the Jsp. The class I defined in CSS is 'fontNormalOld' & 'fontNormalNew'. But here a word 'odd' and 'test' is appended itself. I have no idea why? Also it is not rendering the desired styles.
 
Any help would be highly appreciated
 

<tr class="odd fontNormalOld">
<td><input type="checkbox" name="selectedItems" value="8127"></td>
<td>812527</td>
<td>PDC/Elect</td>
<td>Thermocouple to Analog Connector</td>
<td>AVAILABLE</td></tr>
<tr class="test fontNormalOld">
<td><input type="checkbox" name="selectedItems" value="8128"></td>
<td>4050</td>
<td>PDC/Dynotk</td>
<td>Flowmeter</td>
<td>AVAILABLE</td></tr>
<tr class="odd fontNormalOld">
<td><input type="checkbox" name="selectedItems" value="8129"></td>
<td>60305386</td>
<td>PDC/Dynotk</td>
<td>Portable Pressure Calibrator</td>
<td>AVAILABLE</td></tr>
<tr class="test fontNormalOld">
<td><input type="checkbox" name="selectedItems" value="8130"></td>
<td>0506730239</td>
<td>Juneau/Vehbld</td>
<td>Torque Wrench 10-50 IN LB</td>
<td>AVAILABLE</td></tr></tbody></table>

<br>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to