This is a multi-part message in MIME format.

------=_NextPart_000_0276_01BFA5A4.FB73E7C0
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I apologize for the previous message with stationery... Here's my =
message :)

StationeryI have been really struggling with trying to get the following =
code to work:

<CFOUTPUT QUERY=3D"GetCategoryType">
    <CFINPUT TYPE=3D"CheckBox" NAME=3D"Category#CategoryTypeID#">
    #CategoryType#<BR>
</CFOUTPUT>

Although this code above works for this particular form, the input field =
=3D
name "Category#CategoryTypeID#" is unusable on the following action form =
=3D
where the value is actually used to insert data into the table. I have =
=3D
the following on the subsequent insert action form:


<CFPARAM NAME=3D"Category#CategoryTypeID#" DEFAULT=3D"No">
<INPUT TYPE=3D"hidden" NAME=3D"CategoryTypeID" =3D
VALUE=3D"Category#CategoryTypeID#">

However.. when doing that I get the following error:

Error resolving parameter CATEGORYTYPEID


ColdFusion was unable to determine the value of the parameter. This =
problem is very likely due to the fact that either:

  1.. You have misspelled the parameter name, or
  2.. You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL, =
or CFTABLE tag.


If anyone here can help me resolve this I would greatly appreciate it... =
Thanks!

Marco





------=_NextPart_000_0276_01BFA5A4.FB73E7C0
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.2920.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#c0c0c0>
<DIV><FONT face=3DVerdana size=3D2>I apologize for the previous message =
with=20
stationery... Here's my message :)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>StationeryI have been really =
struggling with=20
trying to get the following code to work:<BR><BR>&lt;CFOUTPUT=20
QUERY=3D"GetCategoryType"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;CFINPUT =
TYPE=3D"CheckBox"=20
NAME=3D"Category#CategoryTypeID#"&gt;<BR>&nbsp;&nbsp;&nbsp;=20
#CategoryType#&lt;BR&gt;<BR>&lt;/CFOUTPUT&gt;<BR><BR>Although this code =
above=20
works for this particular form, the input field =3D<BR>name=20
"Category#CategoryTypeID#" is unusable on the following action form =
=3D<BR>where=20
the value is actually used to insert data into the table. I have =
=3D<BR>the=20
following on the subsequent insert action form:<BR><BR><BR>&lt;CFPARAM=20
NAME=3D"Category#CategoryTypeID#" DEFAULT=3D"No"&gt;<BR>&lt;INPUT =
TYPE=3D"hidden"=20
NAME=3D"CategoryTypeID" =
=3D<BR>VALUE=3D"Category#CategoryTypeID#"&gt;<BR><BR>However..=20
when doing that I get the following error:<BR><BR>Error resolving =
parameter=20
CATEGORYTYPEID<BR><BR><BR>ColdFusion was unable to determine the value =
of the=20
parameter. This problem is very likely due to the fact that=20
either:<BR><BR>&nbsp; 1.. You have misspelled the parameter name, =
or<BR>&nbsp;=20
2.. You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL, or =
CFTABLE=20
tag.<BR><BR><BR>If anyone here can help me resolve this I would greatly=20
appreciate it... =
Thanks!<BR><BR>Marco<BR><BR><BR><BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_0276_01BFA5A4.FB73E7C0--

------------------------------------------------------------------------------
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