检测针孔摄像头:struts中取jsp页面的输入值

来源:百度文库 编辑:中科新闻网 时间:2024/04/28 00:58:28
<logic:iterate name="DSERVICETYPE_TAB_DIC" id="element" indexId="ind" >
<tr>
<td align="right">
<bean:write name="element" property="note" />
</td>
<td> 
<html:text name="element" property="price" indexed="true" value=""/>
</td>
</tr>
</logic:iterate>

我在jsp页面中,迭代显示一个collection对象DSERVICETYPE_TAB_DIC,请问各位高手在form如何定义,才能取到用户在页面text中输入的值?
请各位告诉帮忙,谢谢