all groups > coldfusion flash integration > july 2005 >
You're in the

coldfusion flash integration

group:

cfcalendar


cfcalendar dex002
7/7/2005 12:00:00 AM
coldfusion flash integration: Please see my code below. Only the input fields display, NOT the calendar.
Happens in both IE and Moz. Any ideas??

Thanks

<cfinput name="Gig" required="true" type="text" maxlength="50"
value="#GetGig.gig_id#">
<cfcalendar name="Date">
<cfinput name="Venue" required="true" type="text" maxlength="50"
value="#GetGig.venue#">
<cfinput name="Address" required="true" type="text" maxlength="100"
value="#GetGig.address#">
<cfinput name="Time" required="true" type="text" maxlength="50"
value="#GetGig.time#">
<cfinput name="Phone" required="true" type="text" maxlength="50"
value="#GetGig.phone#">
<cfinput name="Cost" required="true" type="text" maxlength="50"
value="#GetGig.cost#">
Re: cfcalendar dex002
7/7/2005 12:00:00 AM
Re: cfcalendar chris2u99
7/7/2005 6:54:10 PM
Hi,

Rename your <cfcalander to something else besides Date. That is a reserved word.

EX: <cfcalendar name="aDate">



Christopher Morris
Re: cfcalendar dex002
7/8/2005 1:38:54 AM
AddThis Social Bookmark Button