this should work. thanks !

On 9/16/06, Strachan, Paul <[EMAIL PROTECTED]> wrote:

you could move the logic into the view/jsp layer...something like:

<c:forEach items="${item.values}" var="value">
<c:if test="${value.attribute.id == 'id'}">
   <c:out value="${value.value}" />
</c:if>
</c:forEach>

or maybe a custom tag library...




________________________________

From: Lixin Chu [mailto:[EMAIL PROTECTED]
Sent: Sat 16/09/2006 1:25 PM
To: Struts Users Mailing List
Subject: Re: calling method of a bean from JSP



i do not think it works.


**********************************************************************
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and notify the sender.
**********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to