在struts.xml配置文件中添加:jsp
<constant name="struts.ognl.allowStaticMethodAccess" value="true"/>xml
2.在jsp頁面使用struts2標籤:get
xx表示包名,struts2
xxx類名,配置
getxxx靜態方法名。方法
<s:property value="@xx.xx.xx.xxx@getxxx()"/>配置文件