Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 2.0 final
-
Component/s: None
-
Labels:None
Description
If you add <g:javascript library="jquery"/> to a GSP, the link to the JS file is wrong because it doesn't include the path to the plugin.
To workaround this, use:
<g:javascript library="jquery" plugin="jquery"/>
I suspect this issue will hit the Prototype plugin as well.
Issue Links
- is superceded by
-
GRAILS-7801
<g:javascript library="jquery" /> doesn't work without an <r:layoutHead />
-
1.4.0M1 affected, the work-around in bug report does not work for me