Hi,

Can someone help me with the following? I have the following code in my jsp file:

<bean:size id="myId" collection="${myCollection1.myProperty}"/>

The problem is that I have a number of collections and I want to be able to dynamically tell the bean which collection to use. The code below does not work, but it will give you an idea of what I'm trying to accomplish:

<bean:size id="myId" collection="${myCollection${index}.myProperty}"/>

Is there a way to accomplish this?
Thanks,

Otmar Manuela


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

Reply via email to