Sets the name of the select box.
public void setSubmitName( String strName )
strName
The name to be transmitted for the select box.
WFCInvalidArgumentException thrown if strName is not a valid name (contains spaces).
This is used for HTTP form submissions and represents the HTML NAME attribute.
See Also getSubmitName