whats the error?

And btw do be compliant you realley should use

<cfinput type="checkbox" checked="checked" />


On 5/12/07, Pete <[EMAIL PROTECTED]> wrote:
>
> Hi All
>
> I am using flash forms for the first time and so far everything seems to
> be
> working OK, well until I got to having to display radio buttons and
> checkboxes.
>
> I am creating a update form where I read in data from an existing table.
>
> Basically I have in the program:
>
> <cfset aquamid=Trim(qgetinfo.aquamid)>
>
> And then I have:
>
> <cfformgroup type="horizontal">
>                <cfformitem type="text" width="120">Aquamid</cfformitem>
>                <cfif #qgetinfo.aquamid# eq 1>
>                        <cfinput type="Checkbox" name="Aquamid" checked>
>                <cfelse>
>                        <cfinput type="Checkbox" name="Aquamid">
>                </cfif>
>                <cfinput type="Checkbox" name="Aquamid" label="Please check
> for Aquamid">
>        </cfformgroup>
>
> However this is giving me an error and not displaying the page with the
> checkbox being checked.
>
> I look forward to any replies on how this should be done.
>
> Cheers
>
> Pete
>
>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277812
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to