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

Pretty much the same way.  Within your table tag, declare the id tag.  Basically
whatever you set for id can be used to reference the current object in the list.
Then do your logic check exactly the same way.  For example:

<display:table id="item" name="somelist">
   <display:column title="name" >
      <logic:equal property="item.status" value="true">
         <IMG src="img.gif"/><bean:write name="item.name"/>
      </logic:equal>
   </display:column>
</display:table>

Check out http://displaytag.sourceforge.net/tut_implicitobjects.html for a bit
more info on using implicit objects.


______________________________________________________________________
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=249317


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to