How do I call/use containsKey(...) of HashMap in JSTL?
843836Mar 28 2005 — edited Mar 28 2005hi,
I am trying to use only JSTL & not use scriptlets, but then there is one more constraint. There is a framework in place & I cannot add my own bean/servlet or anything else but the JSP itself.
So, how do I call/use containsKey(...) of HashMap in JSTL?
I have a HashMap containing some itemCodes, and I am looping through an ArrayList of allowable values. I have to check the item in case it is in the HashMap. Of cource there are other related values and thats why I am using a HashMap.
Can someone please help me?
-Arun