DhSelectBox.setSubmitName

Overview | Methods | This Package | All Packages

DhSelectBox.setSubmitName

Sets the name of the select box.

Syntax

public void setSubmitName( String strName )

Parameters

strName

The name to be transmitted for the select box.

Exceptions

WFCInvalidArgumentException thrown if strName is not a valid name (contains spaces).

Remarks

This is used for HTTP form submissions and represents the HTML NAME attribute.

See Also   getSubmitName