文章列表
struts2 Action里面的getter方法会在Action结束后被自动调用,例如有此情况:
<package extends="struts-default">
<action name="MyAction">
<action name="AnotherAction" method="getSomething">
...
在Action中
public String execute(){
System.out.println(" ...