Well, if I understand it correctly... CF 4.5 stores the FORM elements as a
structure.  Since you are able to convert structures and other complex data
into WDDX packets as they do in Spectra, you should be able to do this.
Now, I think it was not until 4.5 that Allaire coverted the FORM,URL and
etc. to structures.  So, I think you might be out of luck with it in CF 4.0.
There is a petty good article in CF Developer's Journal Volume 2: Issue 2
about this topic.  The article title is "Improving Web Page Usability with
Wizards" by Daniel Jean. It might help you out.

Best regards,
Chris

-----Original Message-----
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 9:29 AM
To: [EMAIL PROTECTED]
Subject: RE: Captupturing Form Elements


YOu are saying WDDX will parse out all the fieldsnames and there values?

---------- Original Message ----------------------------------
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Thu, 6 Apr 2000 09:17:58 -0600 

>You could use the CFWDDX tag to convert the form structure to XML and store
it as hidden form field within the next form.  This prevents any looping.

-----Original Message-----
From: Sean German [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 9:16 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Captupturing Form Elements


Is there an analogous solution to looping through the fields of a query?

-----Original Message-----
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Captupturing Form Elements


You can loop over all the fieldnames submitted:

<cfloop index="fields"  list="#form.fieldnames#" delimiters=",">

Put whatever processing on the fieldnames you need here

</cfloop> 
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to