You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by "Arik Levin ( Tikal )" <ar...@businesslayers.co.il> on 2003/02/16 11:16:19 UTC

Struts bean:define to JSTL EL

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? 
 
Thanx.