struts2 <s:url in html script tag not working
问题 I have upgraded struts from 2.2.3 to 2.5.10.1. I have made appropriate changes in all jsp's. After upgrading, my JSPs that has <script type="text/javascript" src="<s:url value='/js/main.js' />"></script> throws following error java.lang.NullPointerException at org.apache.struts2.components.ServletUrlRenderer.renderUrl(ServletUrlRenderer.java:80) at org.apache.struts2.components.URL.end(URL.java:145) at org.apache.struts2.views.jsp.ComponentTagSupport.doEndTag(ComponentTagSupport.java:42) at