Hi,
I am new to displaytag and am trying to use a previously defined style
(from a css file) in the table as follows:
<display:table border="0" cellpadding="3" cellspacing="1"
width="100%" id="product_table" name="products" export="false"
requestURI="/ProductManager.do">
<display:setProperty name="basic.msg.empty_list" value="No
products found"/>
<display:column headerClass="tableTitle" sortable="false"
title="">
<a href="ProductManager.do?method=edit&id=<c:out
value="${product_table.id}" />">
<img src="images/edit.png" alt="Edit Product"
border="0">
</a>
</display:column>
<display:column headerClass="tableTitle" align="center"
property="productLine.name" sortable="true" title="Product Line"/>
<display:column headerClass="tableTitle" align="center"
property="unitPrice" sortable="true" title="Price" />
<display:column headerClass="tableTitle" align="center"
property="extPrice" sortable="true" title="Ext. Price" />
</display:table>
When I look at the source code of the rendered html page, the <th>
elements correctly show the class to use, but the <th> elements are not
rendered as per that class. Also, the css file is included in the html
page.
Is there anything I am missing here? I have no idea why the page cannot
see the style in the css file. Any help is much appreciated.
Thanks,
-Riz.
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user