
struts2.X
simplehumn
这个作者很懒,什么都没留下…
展开
-
struts2用法
1:在action中定义的变量,在jsp页面中显示用: 2:在页面中实现自动增加的序号用iterator的statuts的index属性 eg: [code="java"] [/code]3:在action类中取得request和session对象的方法 [code="java"]Map session = ActionContext.getC...原创 2009-05-08 15:37:59 · 85 阅读 · 0 评论 -
The Struts dispatcher cannot be found.
The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet filter, w...原创 2011-06-03 09:38:17 · 112 阅读 · 0 评论 -
There is no result type defined for type 'json'
最近做了个struts2.2.1+spring3.0+hibernate3.3+Ext3.3.1的小例子(JDK6),启动tomcat时总报错[code="java"]There is no result type defined for type 'json' mapped with name 'success'. Did you mean 'json'? - result - file[...原创 2011-03-28 10:27:06 · 157 阅读 · 0 评论