I'm using the control as below, and the action page currently does nothing,
except dump the form fields (using the debug option in the server).
The trouble is, the variable 'form.dateis' is always blank !
Is this a bug, or am I missing something? My application.cfm has stformat
described as:
--snip: application.cfm--
<cfscript>
stformat=structnew();
stformat.bdrstate=0;
stformat.bgcolor="##ffffff";
stformat.btnbdrcolor="##2020bb";
stformat.btnbdrhicolor="##2020bb";
stformat.btncolor="##2020bb";
stformat.btnhicolor="##2020bb";
stformat.btntextcolor="##ffffff";
</cfscript>
--snip--
--snip: form.cfm--
<cfform action="new_action.cfm">
<cf_uicalendar
height=250 width=250 popup="No"
formfield="dateis"
stformatting="#stformat#"
>
<input type=submit name="save" value="Save">
</cfform>
--snip--
Regards,
Thomas Chiverton
Intranet Architect and Desktop Analyst
01565 757 909
It's not a job, it's an adventure
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists