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
Post a Comment