You are right. CFFORM does not support method parameter, but strangely CFFORM doco example has this line: <CFFORM ACTION="cfform.cfm" METHOD="POST" ENABLECAB="Yes"> which means what?
Pity I cannot get rid of CFFORM without changing UI infrastructure. I'll think about it. Mark Feldman. Web Developer. UniSuper Management [EMAIL PROTECTED] http://www.unisuper.com.au >>> [EMAIL PROTECTED] 01/24/03 03:14pm >>> "METHOD" is not a valid attribute of the CFFORM tag (or so the docs tell me). Seems that CF ignores all attributes in a CFFORM tag that are not supported. Try it yourself :) <cfform action="index.cfm" method="GET" whatever="foo"> I can only suggest you do what we do. Never use CFFORM. It's a little more abstraction from the code than we like and usually ends up being more trouble than its worth. _______________________ James Silva Web Production Gruden Pty Ltd Tel: +61 02 9956 6388 Fax: +61 02 9956 8433 Email: [EMAIL PROTECTED] Web: www.gruden.com _______________________ > Hi, > > I have just discovered that the tag CFFORM on my CF 5.0/NT4 ignores > "method" parameter. > > <CFFORM action="" method=GET"> > always puts method=POST no matter what. > > Is it just me or it's a well know/overlooked problem? > > Mark Feldman. > Web Developer. > UniSuper Management > > [EMAIL PROTECTED] > http://www.unisuper.com.au --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
