This is what I would LIKE to be able to do...

<cfoutput query="products">
<CFWDDX INPUT="products query"
OUTPUT="products query"
ACTION="CFML2WDDX>
</cfoutput>

<INPUT TYPE="HIDDEN"
NAME="products"
VALUE="#HTMLEditFormat(products)#">


and on next page,

<CFWDDX
  INPUT="#Form.products#"
  OUTPUT="products"
  ACTION="WDDX2CFML">

<CFOUTPUT>
<table><tr><td>
#products query#
</td></tr></table>
</CFOUTPUT>

What is the very easiest way of doing this??  Does anyone have any code
snippets they could send me to make this easier?  I'd really appreciate any
help on this....

Thanks for any help,
Britta

------------------------------------------------------------------------------
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