
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
bad_plugin_path.diff (0.8 kB)
|
|
Environment:
|
OSX 10.5, Grails 1.1.1, Grails-JQuery 1.3.2.4
|
|
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)?
|
|
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)? |
Show » |
Sort Order:
|
Same thing happening here.