OK, I know this was confusing.  I didn't say it clearly. Because I'm 
tracking certain variables throughout the session via form variables, 
some of those variables in the form will be hidden variables that I 
using for state management, while others hold the values I am 
inserting/updating the db. I'm not using the db for state 
management.  The db might be company records, for example.  
State management is handled by passing variables thru forms and 
the URL.

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

On 19 Jan 2001, at 12:34, Chris Tazewell wrote:
 
> 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