
struts && struts2 && webwork
iteye_20852
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
struts2 & webwork in action
1. execAndWait interceptor 必须被配置为最后一个interceptor。execAndWait创建的线程只会执行action,在execAndWait之后的interceptor都不回被调用。 search-wait.jsp <%@ taglib prefix="ww" uri="webwork" %> <html> <head> .....原创 2009-01-28 00:12:40 · 136 阅读 · 0 评论 -
The usage of struts
[color=blue]1. i18n for img in struts[/color] test.pageKey=/***.gif test.altKey=原创 2008-09-20 12:35:01 · 91 阅读 · 0 评论