标签:
struts2 框架中action 中都有一些私有变量来接收ajax传过来的值,比如:有个page(private String page;)接收传过来的页数,当ajax访问这个action 而没有传过来page参数时,page = null ,而不是""
struts2 action中的私有变量
原文地址:http://www.cnblogs.com/maxiaoshuai/p/5600431.html