Try nextElement(). See http://java.sun.com/j2se/1.4/docs/api/java/util/Enumeration.html#method_summ ary
(That is a long URL and may need to be stuck back together before being used) On 9/10/02 9:27 AM, "Marcello Frutig" <[EMAIL PROTECTED]> wrote: > Hello! > > I'm calling a Java method in CFMX that is returning an object of type > java.util.Hashtable$Enumerator. How could I deal with this object in CFML in > order to get the elements/values? I've tried to use the methods next(), etc. > without success. > > Thanks, > Marcello Frutig. > -- Astrolabio > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

