Does anybody noticed that method attribute in the CFFORM is ignored? If you
try to use METHOD="GET" CFMX will always change it to "POST". I've tried to
find it as a CFMX 6.1 bug but no success. There's a user comment for the
same problem in the LiveDocs/6.1 but so far I didn't see nothing more than
this.

The following code (for example) will generate METHOD="POST" whatever I
specify the contrary.

<cfif IsDefined("form.texto")>
<cfoutput>
#texto#<br>
</cfoutput>
<cfelse>
<cfform action="" method="GET">
<cfinput type="text" name="texto" value="teste">
<input type="submit">
</cfform>
</cfif>

I'm using CFMX 6.1 with all last hotfixes (including the one for CFFORM)
with Windows 2000 Server.

Any workarounds??

[]'s!
Alex
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to