Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.5.5
-
Component/s: None
-
Labels:None
-
Environment:Windows
Description
Using pluginContextPath within plugin I expected path to be something like:
<script type="text/javascript" src="/testfivefive//plugins/GrailsExtUi-0.1/js/ext-ui/prototype.js"></script>
But actually it was:
<script type="text/javascript" src="/testfivefive//testfivefive/plugins/GrailsExtUi-0.1/js/ext-ui/prototype.js"></script>
Issue Links
| This issue relates to: | ||||
| GRAILS-5331 | g:javascript tag not working properly with plugin views |
|
|
|
Hi Marcel,
did you generate the above code using a g:javascript tag?
I've found a problem with that tag and updated it to be "plugin aware" .
From my tests, pluginContextPath seems to be working correctly, do you have any other examples of this problem?
cheers
Lee