You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Chris Mylonas <ch...@opencsta.org> on 2012/04/04 05:11:50 UTC

tapestry5-jquery js question

Howdy tapestry list,

i'm mucking around with the jquery module and it's pretty simple to get the quickstart going.
i'm adding my own stuff now and i seem to be breaking ALL jquery from working.

In my Index.java I have
@Import(library={"context:js/recept.js"})
@ImportJQueryUI("jquery.ui.core")


There is no reference to the imported recept.js file, and increment via ajax is broken.
Because I'm using some ui functions, by not including them in @ImportJQueryUI - that shouldn't break existing jquery stuff should it?


Any help is grande
cheers
chris