摘要: 1.新建类 ActionWildCard,验证通配符的方法,如下图: 2.添加Student需要实践的两个方法 add,deete 3.添加Teacher需要实践的两个方法 add,deete 由此可得需要新建两个jsp页面用于显示运行结果 4.新建Studentadd_success.jsp:注意 阅读全文
posted @ 2016-04-06 09:36 邹菇凉 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 1.先创建 Struts_PathAction 继承至 ActionSupport ,设置execute()方法的返回值是"path"。 2.配置struts.xml文件,namespace的值设置为“”,action的name与result 一致,使之操作起来更加方便。 3.编辑index.jsp 阅读全文
posted @ 2016-04-06 09:22 邹菇凉 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 设置jdk版本的3个地方:1.在Windows下preferences选择java下的installed jres,在把jdk设置为1.6具体设置如下: 2.在Windows下preferences选择java下的compiler并把compiler compliance level设置为1.6,具 阅读全文
posted @ 2016-04-06 09:13 邹菇凉 阅读(198) 评论(0) 推荐(0) 编辑