Hi,

I think this question is relevant to struts has well since it deals with a
feature that doesn't supported in JSTL, at least not to my knowledge.

I've also searched for this feature (using EL to retrieve bean getter with a
paramerter). But haven't found any example or documentation on the subject.

It seems like Jstl doesn't support the basic extension of struts tag libs.

Hope I've helped you
Shay


-----Original Message-----
From: David Graham [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, February 16, 2003 6:32 PM
To: [EMAIL PROTECTED]
Subject: Re: Struts to JSTL EL - Taglib 1.0 implementation

Please preface off topic posts with [OT].  The appropriate place for this 
question is the java.sun.com forums.  If you want to iterate over that 
collection you would do
<c:forEach items="${uiManager.collection}" var="item">

</c:forEach>

David



>From: "Arik  Levin ( Tikal )" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: Struts Users Mailing List <[EMAIL PROTECTED]>
>Subject: Struts to JSTL EL - Taglib 1.0 implementation
>Date: Sun, 16 Feb 2003 12:01:50 +0200
>
>Hi all.
>
>             I'm new at JSTL, I hope someone can help me here.
>
>             I have struts bean:define which looks like this:
>             <bean:define name="UIManager" property="collection(tab)" />
>
>             UIManager bean has getCollection(String) property.
>
>             What is the equivalent syntax for JSTL? I'm using Jakarta 
>Taglib
>1.0 implementation.
>
>Thanx.
>
>


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus


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


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

Reply via email to