struts2访问属性的添加..ActionContext,在excute执行方法中添加..

public String execute() throws Exception{//在execute方法里面应用全局应用session
        ActionContext ac=ActionContext.getContext();
        ac.getApplication().put(
"app","应用范围");//往serviceContext里放入
        ac.getSession().put("session","session应用");//往session里面放
        ac.put("req""request范围");//往req里面放..
        return "success";
    }


ActionContext ac = ActionContext.getContext();
ac.

posted on 2012-06-05 16:28 youngturk 阅读(541) 评论(0)  编辑  收藏 所属分类: struts2


只有注册用户登录后才能发表评论。


网站导航:
 
<2012年6月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

导航

统计

公告

this year :
1 jQuery
2 freemarker
3 框架结构
4 口语英语

常用链接

留言簿(6)

随笔分类

随笔档案

文章分类

文章档案

相册

EJB学习

Flex学习

learn English

oracle

spring MVC web service

SQL

Struts

生活保健

解析文件

搜索

最新评论

阅读排行榜

评论排行榜