我需要在javascript函数中给出swf文件的路径。我知道:url标签适用于样式表和脚本源。但我只需要
https://blah.blah.com/portal/blah/blah/MyWebApp/js/myscript.swf
如果我只使用<s:url value="/js/myscript.swf" />
我得到了
/myWebApp/js/myscript.swf
答案 0 :(得分:2)
Struts2标签文档是您的朋友:http://struts.apache.org/2.3.4.1/docs/url.html forceAddSchemeHostAndPort 和 includeContext 会让您感兴趣。