搜索结果
"tag:"struts2""
| 标题及摘要 | 日期/时间 | |
|---|---|---|
|
1
|
struts2的时间格式转换问题
struts2提供了一个时间标签: s:date name="todayDate" format="yyyy-MM-dd" / 但这个标签很只能在显示的时候用,但如果我... |
2008-3-21 2:26:00 |
|
2
|
struts2 checkboxlist 的一个问题
下面是java对象。 package cn.jolestar.struts; /** * @author jolestar * */ public class Language { private Long id; private String name; /** * */ public Language() { } public Long getId() { return id; } public void setId(Long id) { ... |
2008-1-30 20:53:00 |