当前位置: 代码迷 >> Java Web开发 >> struts1标签,该如何解决
  详细解决方案

struts1标签,该如何解决

热度:6008   发布时间:2013-02-25 21:21:46.0
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……
  相关解决方案