摘要:
struts.xml actionpackage com.lan.action.json;import java.util.HashMap;import java.util.Map;import com.opensymphony.xwork2.ActionSupport;/** * ... 阅读全文
摘要:
顺便提下,struts2 Action中的方法不要以get开头命名,否则这个方法会执行两次的先贴上struts.xml 贴上actionpackage com.lan.action.json;import java.util.ArrayList;import java.util.Li... 阅读全文
摘要:
这个也比较简单先贴上struts.xml 贴actionpackage com.lan.action.json;import org.apache.struts2.json.annotations.JSON;import com.lan.Bean.Person;import com.... 阅读全文
摘要:
这个例子中包含$.get $.post $.ajax $.load 先贴上struts.xml callBackString 再贴上actionpackage com.lan.action.json;import com.opensymphony.xwork2.ActionS... 阅读全文