I think this is your problem:

> Parameters
> Form Fields:
> 
> SUBMIT=Continue
> WDDXCONTENT=#wddxPacket#
> FIELDNAMES=WDDXCONTENT,SUBMIT

In the WDDXCONTENT field, you should have a WDDX packet, not a reference to
one. In your form, make sure you're evaluating the variable:

<input type="hidden" name="WDDXContent"
value="<cfoutput>#wddxPacket#</cfoutput>">

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to