another IGNORE PLEASE Sorry for filling your inbox.
I used @ImportJQueryUI( value = {...} ) and it worked. Reverting back to what I have below and it again works *shrug* On 05/04/2012, at 11:39 AM, Chris Mylonas wrote: > Hi Tapestry (JQuery) Users, > > Following on from yesterday's mouseover, I have mucked around with > jquery.effects.[highlight,explode,blind] no problems from the samples at > http://jqueryui.com/demos/effect/# > I'm testing the draggable function from http://docs.jquery.com/UI/Draggable > but get a "no method draggable" error in the chrome js console. > > > For my test I have > @Import(stylesheet="context:layout/draggable.css",library="context:js/draggable.js") > @ImportJQueryUI({"jquery.ui.core", "jquery.ui.draggable"}) > public class Draggable { > > > Inspecting the html source, jquery.ui.draggable.min.js get's loaded but there > is no sign of jquery.ui.core anywhere. Is this a bug? > > Cheers > Chris