Tyler Clendenin
GSL Solutions
----- Original Message -----
From: Nathan Strutz
To: CF-Talk
Sent: Wednesday, February 25, 2004 11:30 AM
Subject: RE: CFLocation with a dash of CFHTTP
Tyler,
Have a look at getPageContext().forward('template.cfm');
This does a server side redirection, actually, it deletes the current page
output buffer and starts a new one from the template you specify, as if
issuing another request, but form and url variables are available on that
next page. Call it either in cfscript or like <cfset
getpagecontext().forward("")>.
-nathan strutz
-----Original Message-----
From: Tyler Clendenin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 8:52 AM
To: CF-Talk
Subject: CFLocation with a dash of CFHTTP
I'm sure someone has wondered this exact same thing, and I'm sure it has
been answered but I am going to ask anyway.
cflocation is a very useful tag
cfhttp is a very useful tag
is there any easy way to perform a cflocation like redirect except posting
data as if through a form?
Tyler Clendenin
GSL Solutions
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

