Struts2中使用struts2標籤訪問靜態方法

  1. 在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()"/>配置文件

相關文章
相關標籤/搜索