标签: jsp scope struts2 javabeans
如何在Struts2中使用OGNL在没有getter和setter的情况下访问公共变量?
public class Keys{ public Integer count = 1; public String all_type = "ALL"; ..... }
<s:property value="Key.all_type" />