会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
白鹭西天
一个懂点代码的产品经理
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2011年10月20日
struts2 标签 集合 数组 通过下标获取元素值
摘要: <s:property value='#request.IMAGES[0]'/>
阅读全文
posted @ 2011-10-20 22:39 Michael John
阅读(315)
评论(0)
推荐(0)
struts.xml 获取action中 get方法 参数值
摘要: private String returnJSP;public void setReturnJSP(String returnJSP) {this.returnJSP = returnJSP;}public String getReturnJSP() {return returnJSP;}<result name="JSP">/${returnJSP}.jsp</result>
阅读全文
posted @ 2011-10-20 15:55 Michael John
阅读(930)
评论(0)
推荐(0)