You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Daynell Trent <da...@yahoo.com> on 2004/04/02 19:02:17 UTC

How do I compare object properties using tag?

I have an object that I put in the session.  In my jsp, when I interate through a collection I want to test each object in the collection to see if it matches the session object.  Can this be done with the <logic:equal>?  If so, how do I specify which property to compare with.