html form unable to find setter method for attribute name当我在表单操作中添加name属性时出现错误,例如
<html:form action="updateBOEMedicalAccept" name="updateBOEMedicalAcceptForm">
我需要name属性才能在 javascript 中使用它
喜欢
document.updateBOEMedicalAcceptForm.BOE_NO.disabled = true;
并且id属性也不起作用
请指导。