
struts2
hacker5077
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
struts2 标签 if 判断一个字符
注意写法Why won't the 'if' tag evaluate a one cha If care is not taken with the quoting of literals, the expression language (OGNL) will misinterpret a char as a String.错误写法if test="aStringPrope...原创 2012-12-01 18:09:29 · 155 阅读 · 0 评论 -
转载:OGNL & ValueStack 入门
转载地址:http://www.iteye.com/topic/223612h1. 一个例子 请看下面的需求,假设有如下用户对象模型: Java代码 [code="java"]public interface User { public String getName(); public Date getRegisterDate(); pu...原创 2012-12-10 16:09:16 · 123 阅读 · 0 评论