Sets the name of the edit box.
public void setSubmitName( String strName )
strName
The name to assign the control. This should be unique on the form.
WFCInvalidArgumentException thrown if strName is a null string.
The name represents the HTML NAME attribute. This method is useful when submitting edit box content through an HTML form.
See Also getSubmitName