struts的下拉框问题
Action:
ArrayList proTypeList = pi.getProductType();
servletRequest.setAttribute("proTypeList",proTypeList);
jsp:
<html:select property="typeId">
<html:options collection="proTypeList"
property="id"
labelProperty="name"/>
</html:select>
Cannot find bean under name org.apache.struts.taglib.html.BEAN
tld加了jar包也加了.为什么会报这样的错