Honestly, I'd advise against using the CF UI widgets and control abstractions, including <cfcalendar>. They might have made sense way back when, but there are now far better ways to do this using JavaScript libraries and frameworks. Do a quick search for "jQuery calendar" and you'll find lots of options (including pop-up and full sized and more).
--- Ben -----Original Message----- From: fun and learning [mailto:[email protected]] Sent: Monday, August 20, 2012 8:56 AM To: cf-talk Subject: cfcalendar does not work in chrome Hi All - I am using cf 9 version and cfcalendar. This does not seem to be working only on chrome. The date value is not getting passed to the next page. I get the following error in chrome console Uncaught ReferenceError: updateHiddenValue is not defined And in network tab of chrome, the following returns 304 not modified cfform.swc.cfswf Does anybody have an idea why this could be happening? Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352206 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

