
Struts
iteye_12544
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
About Tag state in struts
In struts, there is only one tag instance with one tag, so if there is one state field in tag class, please don't forget to revert the value of the state field before returning .For example:public cla...2006-01-12 16:56:00 · 116 阅读 · 0 评论 -
message in struts
1.错误和信息的处理. 首先在资源文件中定义错误信息和普通信息.如:MessageResources.properties中定义如下: java代码: # # Resources for testing <html:errors> tag. # errors.header=<table> errors.footer=</table> errors.pre...2006-02-13 11:04:00 · 118 阅读 · 0 评论