摘要: Action:1.Action继承ActionSupport类,默认执行execute()方法jsp中插入struts标签 <%@taglib uri="/struts-tags" prefix = "s" %>在struts.xml中配置 :(1) 打开调试模式 <constant name="struts.devMode" value="true" />(2) <package name="yu" namespace="/yu" extend 阅读全文
posted @ 2012-12-07 09:06 Ryan_hardWorking! 阅读(145) 评论(0) 推荐(0)