Getting values from a Map in JSTL-EL

2002-11-22 Thread Affan Qureshi
I have two questions. How to get values if my bean has a method that returns a Map? I have a bean with getValues() method that returns a Map. I have tried c:out value=${specs.values.paramId} / c:out value=${specs.values[paramId]} / c:out value=${specs.values.map.paramId} / But I get the

Re: Getting values from a Map in JSTL-EL

2002-11-22 Thread David M. Karr
Affan == Affan Qureshi [EMAIL PROTECTED] writes: Affan I have two questions. How to get values if my bean has a method that returns Affan a Map? I have a bean with getValues() method that returns a Map. Affan I have tried Affan c:out value=${specs.values.paramId} / Affan