Re: Raty component

2013-02-03 Thread kz77
...in case you're still looking for this -- View this message in context: http://tapestry.1045711.n5.nabble.com/Raty-component-tp5716994p5719739.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To

Re: problems with jQuery Tabs, Tooltip and Button mixins

2013-02-03 Thread John
I added these configs and that seems to of resolved the issue! configuration.add(JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "false"); configuration.add(JQuerySymbolConstants.JQUERY_ALIAS, "$J"); many thanks, John - Original Message - From: Emmanuel DEMEY To: Tapestry use

Re: problems with jQuery Tabs, Tooltip and Button mixins

2013-02-03 Thread Emmanuel DEMEY
If you use tapx datepicker, did you set the SUPPRESS_PROTOTYPE to false, in order to have a Prototype (used by tapx) and jQuery application ? Manu 2013/2/3 John > Here is the console output: > > 1.. Uncaught TypeError: Cannot call method 'call' of undefined > tapestry-jquery.js:9661.. script.

Re: problems with jQuery Tabs, Tooltip and Button mixins

2013-02-03 Thread John
Here is the console output: 1.. Uncaught TypeError: Cannot call method 'call' of undefined tapestry-jquery.js:9661.. script.onload.script.onreadystatechange - Original Message - From: John To: users@tapestry.apache.org Sent: Sunday, February 03, 2013 1:00 PM Subject: proble

problems with jQuery Tabs, Tooltip and Button mixins

2013-02-03 Thread John
I am using jquery tabs that contain forms and zones with jquery buttons and tooltips. Sometimes the buttons and tooltips do not stylise properly. Also the popup on my tapx datetime picker doesn't link through. Tooltips and button links appear plain. The problem seems sporadic and I'm not sure w