读书人

struts1标签,该如何解决

发布时间: 2012-05-01 12:48:58 作者: rapoo

struts1标签
<html:select property="type" styleId="type">
<html:options collection="selectListType" labelProperty="label" property="value" />
</html:select>

上面的property="type"是什么意思?
styleId="type"是什么意思?
collection="selectListType"是什么意思?

labelProperty="label"是什么意思?

property="value"是什么意思?

呵呵,小弟以前用struts2的,对这个不熟悉,麻烦各位哥哥姐姐说的详细点

[解决办法]
百度一下就知道了 。。多的是 。。
[解决办法]

还在用struts1啊,struts2都这么长时间了
[解决办法]

探讨
<html:select property="type" styleId="type">
<html:options collection="selectListType" labelProperty="label" property="value" />
</html:select>

上面的property="type"是什么意思?
styleId="type"是什么意思?
co……

读书人网 >Java Web开发

热点推荐