I get error \[code\]html form unable to find setter method for attribute name\[/code\] when I add \[code\]name\[/code\] attribute in form action like\[code\]<html:form action="updateBOEMedicalAccept" name="updateBOEMedicalAcceptForm">\[/code\]I need \[code\]name\[/code\] attribute to use it in javascriptlike\[code\]document.updateBOEMedicalAcceptForm.BOE_NO.disabled = true;\[/code\]and \[code\]id\[/code\] attribute is also not workingPlease guide.