WDDX wont parse and evaluate the form field elements, but it seems it would
make a for an easy way to pass the elements on to the next template, as the
poster's message indicated that the next cfm/page wouldnt be processing
them.  Also it seems it would depend on what ver of CFAS the poster is using
to determine the best solution, AND what needs to be done with the form
elements and there values - ultimately. but if... CFAS 4.5, and the next
template just needs to pass on the form elements to a following template -
wddx seems it might be a good tool.

<!--- Use of CFAS' 4.5 new "Form" structure --->
<cfwddx action="cfml2wddx" input="#Form#" output="yourvarnamehere">

then make a hidden form field name in the next template where the value is
"yourvarnamehere" and pass it along...


Steve



> >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.
>
>
>
> Is there an analogous solution to looping through the fields of a query?
>
> 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.

Reply via email to