
struts2
luoyexian
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
struts2 ajax标签之datetimepicker的用法
来源:http://hi.baidu.com/ygnh66163com/blog/item/c5e88beedfc8f2fdb3fb9549.html datetimepicker是一个用来获得选择的日期或时间的输入框,具体用法如下表 表头需要加: <s:head theme="xhtml"/> <sx:head parseContent="true"/> ...原创 2010-07-22 09:45:52 · 227 阅读 · 0 评论 -
combobox控件使用
combobox 控件主要使用struts2-core-2.x.x.jar包的template/simple/combobox.ftl这个文件进行解析,解析成一个text和一个selectbox控件。 <s:combobox theme="simple" list="#{1:'一级菜单',2:'二级菜单',3:'三级菜单'}" l...原创 2010-06-27 14:35:59 · 350 阅读 · 0 评论