Hello All,

I am iterating a java.util.Hashtable using the struts iterator tag.

the id="myelement" generates a bean myelement of type:
java.util.Hashtable$Entry.

As this class has private constructors, there is no way for me to cast it
form
Object to java.util.Hashtable$Entry. so I can't access value sitting in it.

any one has an answer for this?

Thanks,

- Manish

Reply via email to