_value = _initialValue;
_enabled = (e.getAttribute("disabled").length() == 0);
_successful = _enabled;
if (form != null) {
form.addFormListener(new FormListener() {
public void submitted(XhtmlForm form) {
}
public void resetted(XhtmlForm form) {
reset();