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]

Reply via email to