struts取值ServletActionContext问题?请大家忙下忙,急
yuxiangtong
2010-11-22
ServletActionContext.getServletContext().getRealPath("/"),报空指针异常,取不到ServletActionContext,如何取值?
|
|
gary0416
2010-12-27
public String getRealPath(String fileName){ return ServletActionContext.getRequest().getSession().getServletContext().getRealPath(fileName); } |
相关讨论
相关资源推荐
- struts2 页面取值_struts2.1如何在页面上取值?
- struts2 页面取值_struts2 jsp页面取值
- Struts中ActionContext和ServletActionContext的比较
- Struts标签取值
- Struts中ActionContext和ServletActionContext
- struts2 request内幕 为什么在struts2用EL表达式可以取值
- struts2取值
- Struts2OGNL简单使用、contextMap数据操作、ValueStack存数据、s:property取数据、valueStack的其它方法、struts对EL取值顺序的改变-day05下
- Struts2--用OGNL表达式从域中取值
- Struts2标签取值方式