
struts2
文章平均质量分 72
iteye_18085
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
struts 2 页面数据处理
以下内容引用自博客:http://bearjava20071220091900.iteye.com/blog/153349 1、输出session中的值 a. b. ${sessionScope.key} 2、获取session中的值后判断 3、输出Action中的属性值 4、输出国际化文件中...原创 2008-10-18 19:13:13 · 128 阅读 · 0 评论 -
解决:No configuration found for the specified action
今天首次使用Struts2,配置一切正常,使用常用tag也正常,但是在使用标记时,发现控制台总是输出警告信息, 警告信息内容如下: 警告: No configuration found for the specified action: 'ShowMessage' in namespace: ''. Form action defaulting to 'action' attribut...原创 2008-10-18 19:37:06 · 352 阅读 · 0 评论 -
关于iterator的显示问题
以下资料源于:http://zhidao.baidu.com/question/68809316.html 换成 或者 ${name}原创 2008-10-21 17:15:24 · 148 阅读 · 0 评论 -
FCKeditor的几点重要改进和使用心得,值得分享
最近在一个项目中用到了FCKEditor,从网上搜到了关于如何改进的一篇文章,写得不错,特此收藏,有时间应认真研究。 链接如下: http://www.rednetcn.com/Article/Article.asp?ArticleID=9795 ...原创 2008-10-23 14:48:43 · 91 阅读 · 0 评论 -
关于fckeditor的配置
为了定制fckeditor的工具栏,俺修改了fckconfig.js文件,复制了FCKConfig.ToolbarSets["Default"],重新命名:xxx,然后在fckeditor.properties中添加:fckeditor.toolbarSet=xxx 就OK啦。...2008-10-23 16:18:24 · 136 阅读 · 0 评论 -
Execute and Wait Interceptor 的使用
原文链接:http://hi.baidu.com/zhuyoulong/blog/item/aeb2f9edc55daa4d78f055e1.html Execute and Wait Interceptor 的使用 在引入了webwork-default.xml的前提下xwork.xml 配置 :1、增加拦截器 <interceptor-ref name="exec...原创 2008-11-04 07:18:31 · 177 阅读 · 0 评论