RE: CFLocation and Passing Complex Data

2001-08-21 Thread Brent Goldman
need to deserialize the info once it is on the next page. Here is the code: -Brent -Original Message- From: Yvette Ingram [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 3:44 PM To: CF-Talk Subject: CFLocation and Passing Complex Data Hi: I'm trying to pass complex

RE: CFLocation and Passing Complex Data

2001-08-20 Thread JSchlosser
ROTECTED]] Sent: Friday, August 17, 2001 7:12 PM To: CF-Talk Subject: RE: CFLocation and Passing Complex Data You could use structs, maybe use a session var? You could put it in a temp table and then assign a number to it so you can retrieve it on a different page? ~ Kevin Mansel S

Re: CFLocation and Passing Complex Data

2001-08-18 Thread Al Musella, DPM
Also - you have to worry about the new patches from microsoft that cut off long URLs.. as well as firewalls that are now looking for long URLs.. it might make sense to stay away from long urls from now on.. Al At 07:45 PM 8/17/2001 -0400, you wrote: > > First Template > > > > > > > > Secon

Re: CFLocation and Passing Complex Data

2001-08-18 Thread Al Musella, DPM
I may be paranoid (actually - I would only be paranoid if people aren't actually trying to break into my machine... I am watching my Blackice Defender graph now - I had 1,500 attacks in the last 90 minutes:), but when i do things like this, I would pass 2 UUIDs through the URL... one is the

Re: CFLocation and Passing Complex Data

2001-08-18 Thread Bud
Yvette, wouldn't a simple solution be to store the data in a session variable then pick it up on the receiving end? You can add a switch to the querystring if needed. First template: Second template: -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Aaron Rouse
TECTED]> Sent: Friday, August 17, 2001 6:45 PM Subject: Re: CFLocation and Passing Complex Data > Don: > > Now this sounds like a plan. I'll try this and let you know how I made out. > > That's why cf-talk is awesum ;-) > > Thanks Again, > > > Yvette

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Steve Aylor
TED]> Sent: Friday, August 17, 2001 4:57 PM Subject: RE: CFLocation and Passing Complex Data > Or "POST" the packet using a form with a hidden input field where the > action page is where you want to go. The header can handle a lot more > info that the URL string. I'v

RE: CFLocation and Passing Complex Data

2001-08-17 Thread Bill Holloway
ine. HTH Bill -Original Message- From: Jay Sudowski - Handy Networks LLC [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 4:51 PM To: CF-Talk Subject: RE: CFLocation and Passing Complex Data A simple solution to this URL truncation problem may be to create a table in your databa

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
- Original Message - From: "Jay Sudowski - Handy Networks LLC" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 7:51 PM Subject: RE: CFLocation and Passing Complex Data > A simple solution to this URL truncation problem m

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
il: [EMAIL PROTECTED] or [EMAIL PROTECTED], or [EMAIL PROTECTED] ICQ: 21200397 Website: http://www.tkisolutions.com - Original Message - From: "Yvette Ingram" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 7:45 PM Subjec

RE: CFLocation and Passing Complex Data

2001-08-17 Thread Jay Sudowski - Handy Networks LLC
structure. - Jay -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 7:36 PM To: CF-Talk Subject: Re: CFLocation and Passing Complex Data First Template Second template myStruct now exists in second template. Again be careful if this is complex or

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
ite: http://www.tkisolutions.com - Original Message - From: "Don Vawter" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 7:35 PM Subject: Re: CFLocation and Passing Complex Data > First Template > > > &g

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
ot;Yvette Ingram" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 7:18 PM Subject: Re: CFLocation and Passing Complex Data > Ok. I'm using CFML2WDDX on the receiving end. So how do I get it over > there. I'm totally brain d

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Don Vawter
Friday, August 17, 2001 5:18 PM Subject: Re: CFLocation and Passing Complex Data > Ok. I'm using CFML2WDDX on the receiving end. So how do I get it over > there. I'm totally brain dead at the moment. I know a bell will go off > shortly. Hush... I think I may hear it;-) &g

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
or [EMAIL PROTECTED], or [EMAIL PROTECTED] ICQ: 21200397 Website: http://www.tkisolutions.com - Original Message - From: "Yvette Ingram" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 7:09 PM Subject: Re: CFLocation and Pass

RE: CFLocation and Passing Complex Data

2001-08-17 Thread Kevin Mansel
-Original Message- From: Yvette Ingram [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 4:05 PM To: CF-Talk Subject: Re: CFLocation and Passing Complex Data Keven: It doesn't have to do with the addtoken. It's the problem with passing a structure that basically ends up being in t

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
f you had a complex struct. You might consider storing the struct in a > session var or storing the serialized struct as a client variable. > > - Original Message - > From: "Yvette Ingram" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]&

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
quot;CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 6:56 PM Subject: RE: CFLocation and Passing Complex Data > > I'm trying to pass complex data (structure in particular), > > using cflocation, but I'm not able to. The example is like this: >

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
r Email: [EMAIL PROTECTED] or [EMAIL PROTECTED], or [EMAIL PROTECTED] ICQ: 21200397 Website: http://www.tkisolutions.com - Original Message - From: "Kevin Mansel" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 6:48 PM S

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Don Vawter
var or storing the serialized struct as a client variable. - Original Message - From: "Yvette Ingram" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 4:44 PM Subject: CFLocation and Passing Complex Data > Hi:

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
;Dave Watts" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 6:56 PM Subject: RE: CFLocation and Passing Complex Data > > I'm trying to pass complex data (structure in particular), > > using cflocation, but I&#x

RE: CFLocation and Passing Complex Data

2001-08-17 Thread Dave Watts
> I'm trying to pass complex data (structure in particular), > using cflocation, but I'm not able to. The example is like this: > > > > The error I'm getting is saying that I can only pass simple data with > cflocation. I need to pass complex data. Is this possible to do? The problem is that

RE: CFLocation and Passing Complex Data

2001-08-17 Thread Kevin Mansel
might help the situation hth -kevin ~ Kevin Mansel Senior Web Developer Fox Communications [EMAIL PROTECTED] DL : 425-649-1321 C : 425-346-7221 -Original Message- From: Yvette Ingram [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 3:44 PM To: CF-Talk Subjec

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
Website: http://www.tkisolutions.com - Original Message - From: "Yvette Ingram" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 6:44 PM Subject: CFLocation and Passing Complex Data > Hi: > > I'm trying to pass

CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
Hi: I'm trying to pass complex data (structure in particular), using cflocation, but I'm not able to. The example is like this: The error I'm getting is saying that I can only pass simple data with cflocation. I need to pass complex data. Is this possible to do? Thanks in advance. Yvette I