> Say I want to insert data into a table
> from a form the user just submitted, then redirect the user to
> another template.  The only way I have access to the form variables
> after the insert is to pass them all via the URL in the CFLOCATION
> tag.

If you've just added all those values to a table, why would you need to pass
them to the next template? You can just get them back from the db when you
need them.

 Taz


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