When using the Presentation Framework function for XML binding input controls in your JSP, do not set the name attribute for that control. In other words, avoid naming each control. Instead, access the control through the HTML object or DOM hierarchy. If you want to name a control, ensure that the name is unique within each page.