Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Grails-jQuery 1.3.2.2
-
Fix Version/s: Grails-jQuery 1.4.0.1
-
Component/s: None
-
Labels:None
-
Environment:OSX 10.5, Grails 1.1.1, Grails-JQuery 1.3.2.4
-
Patch Submitted:Yes
Description
using the <jq:plugin> tag as instructed creates a bogus path along the lines of "/<app_name>/js/[:]/<plugin_name>.js". Appears to be ln 13 of JQueryTagLib.groovy: ConfigurationHolder.config.jquery.sources returns [:], which is then interpolated into the path on ln 30. Patch submitted; similar problem with ln 12 (version)?
Same thing happening here.