Never mind.  I found the problem.

I'm using a JSP 1.0 compliant container (Web Logic 9.2).  Apparently you
cannot use the "id" attribute in this scenario, and must use "uid"
instead. 

-----Original Message-----
From: Adamides, Paul O 
Sent: Monday, June 08, 2009 11:56 AM
To: displaytag-user@lists.sourceforge.net
Subject: [displaytag-user] rowNum attribute not being set

Hello,
 
I have the following table:
 
<display:table name="sessionScope.current_orders.rows" id="current"
requestURI="${requestURI}"
        style="margin-bottom: 50px; border: 1px double">
     <display:column property="om_order_date" format="{0,date,medium}"
title="Order Date" group="1" sortable="true"/>
     <display:column property="om_order_id" title="Order Number"
sortable="true" group="2"/>
     <display:column title="rowNum"><c:out
value="${current_rowNum}"/></display:column>
     <display:column property="tl_ship_code" title="Ship Method"/>
     <display:column property="tl_tracking_numb" title="Tracking
Number"/>
     <display:column property="oli_total_qty" title="Order QTY"/>
     <display:column property="oli_item_id" title="Item Number"/>
     <display:column property="io_item_desc" title="Description"/>
</display:table>

However, when viewing the page, the rowNum column is null for every
record in the table.  Am I missing something here?


-----------------------------------------
The information contained in this message may be privileged,
confidential, and protected from disclosure. If the reader of this
message is not the intended recipient, or any employee or agent
responsible for delivering this message to the intended recipient,
you are hereby notified that any dissemination, distribution, or
copying of this communication is strictly prohibited. If you have
received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer. 

Thank you. Paychex, Inc.

------------------------------------------------------------------------
------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to