I'm trying to simply reset a ValidationTextBox to its original state.
http://redesign.dojotoolkit.org/jsdoc/dijit/HEAD/dijit.form.ValidationTe... says that there is a reset method that ValidationTextBox inherits from _FormWidget, but I get "reset is not a function" error when I try to use it. DOM inspection confirms that reset is not a function of the widget. Has anyone else run into this?
I'm using dojo 1.0.2 and the 1.1 release notes give no indication that ValidationTextBox has been changed except to change the template from a table to a div.
