I have a script that is the action for a form.

I have this in the page:

<cfif NOT IsDefined("form.blahblah")>
        .... Do something ....
<cfelse>
        <cflocation url="#form.blahblah#">
</cfif>

<cfif request.abc eq 1>
        .... Do something else ....
</cfif>

Now I know that if I do not define the form.blahblah variable, then the code
runs correctly

However, if I do define the form.blahblah variable in the form (I have put a
<cfdump var="#form#"> to test it's there and everything) it doesn't do the
cflocation!

Instead it errors on me saying that request.abc is not specified!

Why would it not do the cflocation?

Paul
-----------------------------------
Paul Johnston
PJ Net Solutions Ltd
http://www.pjnetsolutions.com
[EMAIL PROTECTED]
+44 (0)7866 573013



--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to