Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3628887
By: chebetos

Hi, I'm following the <display:footer> example like this: 

<display:table name="someList" varTotals="totals">
  <display:column property="itemName"/>
  <display:column property="price" total="true"/>
  <display:footer>
        <tr>
                <td>Total Bill:</td>
                <td><c:out value="${totals.column2}" /></td>
        <tr>
  </display:footer>
</display:table>

But, the <c:out> tag doesn't display anything, do I need a TableDecorator or
something to use varTotals="totals" and <c:out value="${totals.column2}" />?.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to