cfcalendar does not work in chrome

2012-08-20 Thread fun and learning

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:352203
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: cfcalendar does not work in chrome

2012-08-20 Thread Ben Forta

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:funandlrnn...@gmail.com] 
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


Re: cfcalendar does not work in chrome

2012-08-20 Thread Russ Michaels

+1 what ben said.
but if you do rally want to use it then you may need to update the js
libraries that CF uses to get better browser compatibility.
if you view your page source, you should see what is being loaded, and it
depends what version of CF you have I think, I believe it is Jquery or
ExtJS in CF9 and up.

On Mon, Aug 20, 2012 at 2:10 PM, Ben Forta b...@forta.com wrote:


 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:funandlrnn...@gmail.com]
 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:352210
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm