RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-12 Thread Matt Liotta
ent: Thursday, September 12, 2002 6:06 AM > To: CF-Talk > Subject: RE: CFMX: how to deal with type java.util.Hashtable$Enumerator > > Matt, > > appParams still references an object of type > java.util.Hashtable$Enumerator, and so the error persists when calling its > me

RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Matt Liotta
otta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 > -Original Message- > From: Marcello Frutig [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 5:47 PM > To: CF-Talk > Subject: RE: CFMX: how to deal with type jav

RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Marcello Frutig
f you could tell us >what you are trying to do, possible we could find another way. > >Matt Liotta >President & CEO >Montara Software, Inc. >http://www.montarasoftware.com/ >888-408-0900 x901 > >> -Original Message- >> From: Marcello Frutig [mailto:[EMAI

RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Matt Liotta
p; CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 > -Original Message- > From: Marcello Frutig [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 3:51 PM > To: CF-Talk > Subject: RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Parker, Kevin
12:47 AM To: CF-Talk Subject: Re: CFMX: how to deal with type java.util.Hashtable$Enumerator A while ago, someone posted this hint: If you send a URL in an email, you can avoid it being broken into segments by line-wrapping. Just include the URL within < and > characters , for exampl

RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Marcello Frutig
mailto:[EMAIL PROTECTED]] >Sent: Wednesday, September 11, 2002 11:48 AM >To: CF-Talk >Subject: Re: CFMX: how to deal with type java.util.Hashtable$Enumerator > > >Yes it still wraps (i didn't say that it wouldn't wrap), but the email >client (at least most do) treats it

Re: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Dick Applebaum
at 08:21 AM, Tangorre, Michael wrote: > >> it still wrapped in your email. >> >> -Original Message- >> From: Dick Applebaum [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, September 11, 2002 11:17 AM >> To: CF-Talk >> Subject: Re: CFMX: how to deal with typ

RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Benjamin S. Rogers
ll wrapped in your email. > > -Original Message- > From: Dick Applebaum [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 11:17 AM > To: CF-Talk > Subject: Re: CFMX: how to deal with type java.util.Hashtable$Enumerator > > > A while ago, someone poste

Re: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Dick Applebaum
---Original Message- > From: Dick Applebaum [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 11:17 AM > To: CF-Talk > Subject: Re: CFMX: how to deal with type java.util.Hashtable$Enumerator > > > A while ago, someone posted this hint: > > If you send a

Re: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Marcello Frutig
Jann, thanks for your input. In fact I've already tried this. When cfdumping the returned object I can see the methods hasMoreElements(), next() etc. But when calling one of these methods, I got java.lang.IllegalAccessException. Any idea? Thanks, Marcello. >Try nextElement(). > >See >http:/

RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Tangorre, Michael
it still wrapped in your email. -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 11:17 AM To: CF-Talk Subject: Re: CFMX: how to deal with type java.util.Hashtable$Enumerator A while ago, someone posted this hint: If you send a

Re: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Dick Applebaum
A while ago, someone posted this hint: If you send a URL in an email, you can avoid it being broken into segments by line-wrapping. Just include the URL within < and > characters , for example: . Most emai

Re: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Jann VanOver
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 CFM