在行动课
public class Supplier extends ActionSupport{
private ArrayList supplierList;
//contains list of supplisers with attribute(id,name,address,mailid)
//getter and setter of supplierList
}
这是我的表单(在 Jsp 中)
<form action="test" method="post">
<input type="text" name="supplierName" id="supplierName">
<input type="hidden" name="supplierId" id="supplierId">
</form>
我想显示供应商列表名称的自动完成功能,并根据选定的名称,我想在文本和隐藏框中设置其 ID 和名称,在提交表单时,我想发送元素的 ID