[
https://issues.apache.org/jira/browse/WW-4418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14211921#comment-14211921
]
Lukasz Lenart edited comment on WW-4418 at 11/14/14 6:39 AM:
-------------------------------------------------------------
Basically you must specify {{,}} because {{String#split(",")}} will strip empty
spaces and that's why there is a hack to add empty extension - but it won't
work when you define it this way {{,action}} - then only {{.action}} will be
the valid extension ;-)
was (Author: lukaszlenart):
Basically you must specify {{,}} because {{String#split(",")}} will strip empty
spaces and that's why there is a hack to add empty extension - but it won't
work when you define it this way {{,action}} - then only {{.action}} will the
valid extension ;-)
> Plugin script resources don't load when action extension is blank
> -----------------------------------------------------------------
>
> Key: WW-4418
> URL: https://issues.apache.org/jira/browse/WW-4418
> Project: Struts 2
> Issue Type: Bug
> Components: Core Actions
> Affects Versions: 2.1.8
> Reporter: Paul Benedict
> Priority: Minor
> Fix For: 2.5
>
>
> Using <s:head> outputs a link to utils.js:
> {code}
> <script src="/mycontext/struts/utils.js"...></script>
> {code}
> But the file can't be found. FYI, I have no action extension. The solution is
> to make the action extension a comma:
> http://stackoverflow.com/questions/12607075/struts2-action-extension-causing-css-javascript-and-struts-dojo-to-break
> But this is obviously a bug.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)