Had the same issue mising CFFORM with standard HTML form elements.  Either
use just the FORM tag, or change the SELECT tags to CFSELECT and you should
be fine. Thats how i resolved the issue


-Jordon


-----Original Message-----
From: Hubert Earl [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 10, 2000 4:54 PM
To: [EMAIL PROTECTED]
Subject: Extraneous end tag error message


This is a multi-part message in MIME format.

------=_NextPart_000_00DA_01BFA326.72E41C20
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,

I'm getting the following error message from the processing of an update =
template whose cf code takes the form shown further down the email: =20

"Just in time compilation error=20

An extraneous end tag </CFFORM> has been encountered at document =
position (222:1) to (222:9). End tags cannot be present in CFML =
templates without a matching start tag."


The relevant cf code of the template is:

<CFOUTPUT QUERY=3D"Custupdate">

blah, blah,

<CFFORM ACTION=3D"custupdate2.cfm" METHOD=3D"POST">

blah, blah,

     <SELECT NAME=3D"ModelYear">

</CFOUTPUT>

 <CFLOOP From=3D"1970" To=3D"#Year(Now())#" Index=3D"ModelYear">
    <CFOUTPUT><OPTION value=3D"#ModelYear#">#ModelYear#</CFOUTPUT>
 </CFLOOP>
=20
</CFOUTPUT>

     </select>

blah, blah

</CFFORM>

</CFOUTPUT>

Despite what the error message says, there's only one </CFFORM> tag in =
the template.  Is it possible that the first </cfoutput> also closes off =
<cfform>? =20

Sincerely,
---
Hubert Earl
ICQ#:  16199853

I develop & maintain web sites internationally.  I also build web =
applications using CGI scripts written in Perl.  I accept subcontracting =
work.

**Personal web site:  http://www.geocities.com/SiliconValley/Peaks/8702/
(please remember to view this with a sense of humour!)

**Business web page:  http://home.talkcity.com/MigrationPath/hearl/

------=_NextPart_000_00DA_01BFA326.72E41C20
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I'm getting the following error message =
from the=20
processing of an update template whose cf code takes the form =
shown&nbsp;further=20
down the email:&nbsp; </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>
<P>"Just in time compilation error=20
<P>An extraneous end tag <B>&lt;/CFFORM&gt;</B> has been encountered at =
document=20
position (222:1) to (222:9). End tags cannot be present in CFML =
templates=20
without a matching start tag."</P></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>The relevant cf code of the template=20
is:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;CFOUTPUT =
QUERY=3D"Custupdate"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>blah, blah,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;CFFORM ACTION=3D"custupdate2.cfm"=20
METHOD=3D"POST"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>blah, blah,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&nbsp; &lt;SELECT=20
NAME=3D"ModelYear"&gt;<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&lt;/CFOUTPUT&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&lt;CFLOOP From=3D"1970" =
To=3D"#Year(Now())#"=20
Index=3D"ModelYear"&gt;<BR>&nbsp; &nbsp;&nbsp;&lt;CFOUTPUT&gt;&lt;OPTION =

value=3D"#ModelYear#"&gt;#ModelYear#<FONT face=3DArial=20
size=3D2>&lt;/CFOUTPUT&gt;</FONT></FONT></DIV>
<DIV><FONT face=3DArial=20
size=3D2>&nbsp;&lt;/CFLOOP&gt;<BR>&nbsp;<BR>&lt;/CFOUTPUT&gt;</FONT></DIV=
>
<DIV><FONT face=3DArial=20
size=3D2><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/select&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>blah, blah</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;/CFFORM&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;/CFOUTPUT&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Despite what the error message says, =
there's only=20
one &lt;/CFFORM&gt; tag in the template.&nbsp; Is it possible that the =
first=20
</FONT><FONT face=3DArial size=3D2>&lt;/cfoutput&gt; also closes off=20
&lt;cfform&gt;?&nbsp; </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Sincerely,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>---<BR>Hubert Earl<BR>ICQ#:&nbsp;=20
16199853</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I develop &amp; maintain web sites=20
internationally.&nbsp; I also build web applications using CGI scripts =
written=20
in Perl.&nbsp; I accept subcontracting work.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>**Personal web site:&nbsp; <A=20
href=3D"http://www.geocities.com/SiliconValley/Peaks/8702/">http://www.ge=
ocities.com/SiliconValley/Peaks/8702/</A><BR>(please=20
remember to view this with a sense of humour!)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>**Business web page:&nbsp; <A=20
href=3D"http://home.talkcity.com/MigrationPath/hearl/">http://home.talkci=
ty.com/MigrationPath/hearl/</A></FONT></DIV></BODY></HTML>

------=_NextPart_000_00DA_01BFA326.72E41C20--

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to