Hello all,
I am new to display tag,
The corresponding code in Struts looks like this:
<logic:iterate id="aLog" name="logsList" type="LogDTO" indexId="idx">
<td><bean:write name="aLog" property="timeStamp"/> </td>
</logic:iterate>
What do I have to do in order to make it work with display-tag?
Thanks In Advance,
-Srinivas.

