Re: [ot] someMap.keySet() JSTL?

2004-01-12 Thread Kris Schneider
Can't do it directly with JSTL 1.0. If you just iterate over the map, you'll get instances of Map.Entry, which will expose "key" and "value" properties. With JSP 2.0, I suppose you could define a custom EL function that would let you do something like: ... Quoting Mark Lowe <[EMAIL PROTECTED]>:

[ot] someMap.keySet() JSTL?

2004-01-12 Thread Mark Lowe
anyone know a way of getting the set of keys from a hashmap in jstl? in java Set keys = someMap.keySet(); i've tried to no avail .. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE