Hi,I am wanted to know as how could i get values from valuemap at run
time from the below code . If I had say properties that were of
typeStringStringArry []booleanDateList testMap = new
ArrayList(); testMap.add(resourceProp); for(Map map:testMap){ ...... } In the for loop I would need to keep
object typecasted manually to the actual type by checking Instance Of.
Is there any better way to do it.Thanks,Srinivas