I am using a bean to call a class. Its not an action class just a simple class. The class returns a HashMap which I am putting into a
struts s:set. The hashmap is definately in the s:set but I cannot retrieve individual values.
My question is how do I retrieve an individual value from the HashMap in s:set?
Here is the Code:
If I try and retrieve individual values from HashMap in s:set nothing is returned:
I Know that the values are in s:set because the following code iterates through the HashMap returning all the values:
Returns:
Cant figure out how to retrieve an individual value from the HashMap stored in s:set
Any help would be apprecited.
Thanks,
earl