I'm currently displaying a form inside a dialog, and am using dijit.form.ValidationTextBox that displays a tooltip when the input is not valid.
I've also changed the dialog cancel (x) button to destroy the dialog instead of hiding it (.destroyRecursive()), so that I can open it again (programmatically) and not get a 'Tried to register widget with id==Dialog2 but that id is already registered' error.
