This may be of interest: http://cfdj.sys-con.com/read/41768.htm
Server Side Redirects On 2/27/07, Leitch, Oblio <[EMAIL PROTECTED]> wrote: > Well, since I'm doing the checking onRequestStart, I can use onRequest() > to modify what gets processed - the regular page or the redirected page. > When I "redirect", I can use <cfhtmlhead> to add a <base> tag to > indicate where new requests should "start from". > > > > Any suggestions welcome. > > > > -----Original Message----- > From: Leitch, Oblio [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 27, 2007 1:01 PM > To: CF-Talk > Subject: RE: relocate a request > > > > Or, I guess another way of asking is, how do I tell the browser it's > > location has changed without making it do another GET? > > > > > > > > -----Original Message----- > > From: Leitch, Oblio [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, February 27, 2007 11:38 AM > > To: CF-Talk > > Subject: relocate a request > > > > > > > > I'm working on a way to save information submitted to the server, and > > > > then regurgitate that session and let the user continue on their way. I > > > > have it mostly working, but I'm lacking a way for the session to be > > > > processed and let the browser know. So, for example, if your page > > > > /restart.cfm needed to continue processing as though it were > > > > /orders/completeorder.cfm?step=2, how would you do that? I think I can > > > > use getPageContext().forward(tagetPage), but the browser doesn't know > > > > what happened (so any relative links clicked happen from the /orders/ > > > > directory). > > > > > > > > > > > > > > > > Any thoughts? > > > > > > > > > > > > > > > > Oblio > > > > > > > > > > > > This email message may contain privileged and/or confidential > > information. If you are not the intended recipient(s), you are hereby > > notified that any dissemination, distribution, or copying of this email > > message is strictly prohibited. If you have received this message in > > error, please immediately notify the sender and delete this email > > message from your computer. > > > > > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2. Free Trial http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270900 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

