<html:select size="1" property="ResultType">
......
</html:select>
ResultType已经在对应的formbean里设置了
private String ResultType;
public String getResultType() {
return ResultType;
}

public void setResultType(String ResultType) {
this.ResultType = ResultType;
}
但为什么一运行,还报错No getter method available for property ResultType for bean under name org.apache.struts.taglib.html.BEAN