老大,这能得到才怪!!!
<logic:iterate id="emsFields" property="fieldList" name="eventTypeForm" type="au.com.ncsi.ems.persist.bo.EmsFields">
<tr><td><html:text property="fieldNameText" name="emsFields" indexed="true"></html:text> </td></tr>
</logic:iterate>
你这段是在对fidldList进行循环,然后输出了若干个文本框在页面上,且名字都叫fieldNameText,而你在formBean里面又没有定义fieldNameText属性及其set,get方法。你怎么能得到?而且按理说,你运行时,一访问该页面就应该会报错,说找不到对应的属性!