[ 
https://issues.apache.org/struts/browse/WW-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45713#action_45713
 ] 

Wes Wannemacher commented on WW-3036:
-------------------------------------

rather than try to override the js file, just override the ftl for the head tag 
and point it to your fixed javascript files.

> Unable override *.js files for struts module.
> ---------------------------------------------
>
>                 Key: WW-3036
>                 URL: https://issues.apache.org/struts/browse/WW-3036
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Dojo Tags
>    Affects Versions: 2.1.0
>         Environment: struts2-core-2.1.0.jar struts2-dojo-plugin-2.1.0.jar
>            Reporter: Vladimir Limansky
>
> I need to 'override' some *.js file for bug fixing/adding new features.
> I managed successfully 'override' template *.ftl files by putting them into 
> %WEB_MODULE_ROOT%/template dirrectory. But this does not work for *.js files.
> The paths I've tried:
> %WEB_MODULE_ROOT%\org\apache\struts2\static\utils.js 
> %WEB_MODULE_ROOT%\common\struts\utils.js
> %WEB_MODULE_ROOT%\struts\utils.js
> But it does not work i.e. browser still loads 'native' *.js file from 
> struts2-core-2.1.0.jar\org\apache\struts2\static\utils.js 
> Is there any solution to override *.js files?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to