Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DateField does not work in table cell

11 views
Skip to first unread message

research_stuff

unread,
Jun 30, 2012, 4:00:20 PM6/30/12
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
0 new messages