research_stuff
unread,Jun 30, 2012, 4:00:20 PM6/30/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am using ColdFusion Builder.
When I try to place the following data field code into a table cell,
the application does not work. Get a 500 error.
<CFINPUT Name="EndDate" Type="datefield" value="" Size='10'
maxlength=’10' bindonload="no" required="yes" message="service end
date required">
But when I place the code outside the table, the date field works.
I am using ColdFusion Ajax to create Tabs and CfForm.
Is there a way to place the above into a table cell?
Using Ajax in Coldfusion. below is the Ajax code.
<cfajaximport tags="CFINPUT-DATEFIELD, CFAJAXPROXY, CFINPUT-
AUTOSUGGEST, CFPOD, CFTOOLTIP, CFSPRYDATASET-JSON, CFTEXTAREA, CFDIV,
CFLAYOUT-TAB, CFFORM">
Mike