
struts2
花落留香
超越仅发生在弯道时最省力
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
如何在MyEclipse中设置自动提示
写struts2的struts.xml配置文件时,没有提示功能,可以这样解决: 1.打开window-preferences-myeclipse enterprise workbench-files and editors-xml-xml catalog, 点 add..,出现一对话框,location栏选file system,找到struts-2.0.14-all\struts-2转载 2014-03-19 16:43:44 · 793 阅读 · 0 评论 -
在Struts2的Action中取得请求参数值的三种方法
先看GetRequestParameterAction类代码: public class GetRequestParameterAction extends ActionSupport { private String bookName; private String bookPrice; public String getBookName() { return bookNa转载 2015-04-23 20:36:57 · 2244 阅读 · 0 评论