<s:a href="http://localhost:8080/abc&state= <%=StringUtils.getCommondId() %>"><img src="../images/48.png"/></s:a>





struts2的a标签不支持JSP<%= %>表达式这种方式输出,需要换成普通a标签即可

<a href="http://localhost:8080/abc&state= <%=StringUtils.getCommondId() %>"><img src="../images/48.png"/></a>