TextField: How do I get textField to forget its previous value?
There is a "forgetValue" option for drop downs, but not one for text fields. How do I get a textField to forget its previous value?
One way to do this is to call the textField1.setText(null) in the prerender method.