On 10/30/2002 at 12:34 PM Karr, David wrote:
>Wouldn't that just be "${!empty bean.myset.value}", or '${!empty
>bean.myset["value"]}'?
Not according to the EL documentation on sun's site. Regarding the '.'
operator:
* If value-a is a Map return value-a.get(value-b).
* If value-a is a List or array coerce value-b to int and return
value-a.get(value-b) or Array.get(value-a, value-b), as appropriate.
* If value-a is a JavaBeans object, coerce value-b to String. If
value-b is a readable property of value-a the return result of getter call.
nothing about sets. pity. how about a 'contains' operator?
- donald
--
To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>