日期:2014-05-17  浏览次数:20649 次

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……