Grails custom jquery configuration -


org.codehaus.groovy.grails.web.taglib.exceptions.grailstagexception: no javascript provider configured 

i have exception when using taglib in grails. using jquery without jquery plugin. how configure our custom jquery files grails, recognizes jquery javascript library?

in config.groovy should able set:

grails.views.javascript.library="jquery" 

but if using jquery without plugin should write js instead of depending on tag generate you.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -