No, just do (not tested)

<cfif IsDefined("form.cfid") AND IsDefined("form.cftoken") AND NOT
(IsDefined("url.cfid") AND IsDefined("url.cftoken"))>
<cfset url.cfid = form.cfid>
<cfset url.cftoken = form.cftoken>
</cfif>
<cfapplication ...

But do you have control over the sending page (form)? If you do, I would
just pass cfid & cftoken in the url instead of the form fields.

<form action="" method="post">

> -----Original Message-----
> From: stylo stylo [mailto:[EMAIL PROTECTED]
> Sent: vrijdag 2 april 2004 11:51
> To: CF-Talk
> Subject: Re: form.cfid ignored. Why?
>
> > with CF5 they need to be in the URL scope before the
> <cfapplication>
> > tag (not to be confused with application.cfm file).
>
> Thanks for confirming. Looks like I'm hosed then. The
> application.cfm file calls the application tag, so it will be
> done before the page starts.
>
> Hmmm...
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to