Re: Copying a structure

2002-04-26 Thread Douglas Brown
form.fieldNames will give you a list of the form elements and then all you need to do is loop through the list and copy it over to the caller scope. The below code should accomplish this. There may be an easier way and if so, someone chime in. IE "Success is

Re: Copying a structure

2002-04-26 Thread Gyrus
> what I need to do is copy that structure (form) so that it will be available to the calling template. The Form structure should be available by default to all templates within the request - no need to copy to make it available to custom tags. - Gyrus - [EMAIL PROT

RE: Copying a structure

2002-04-26 Thread Raymond Camden
> > > Ack, no. The Form scope is a structure. To get form data, you don't need evaluate: === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus "My a

Re: Copying a structure

2002-04-26 Thread Douglas Brown
I knew that Raymond, I was just testing you :-) "Success is a journey, not a destination!!" Doug Brown - Original Message - From: "Raymond Camden" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 26, 200

RE: Copying a structure

2002-04-27 Thread Dave Watts
> I have a fusebox application I am working on and need some > advice. I have a custom tag around each index.cfm file in > each circuit of the application. > > In one circuit I have a page that displays a form. The user > fills out the form and submits it. Well I then have a fuse > called act