Form#clear() is inherited from Component and is used in data binding - it clears the contents of the form, not the flags. Form#clearFlags() will clear the flags (though I'm not sure if this exists in 1.5.x or only in 2.0).
On Sep 12, 2010, at 5:43 AM, [email protected] wrote: > Hi > is there a simple way to reset all Form.Flags that have been set previously? > I was expecting Form.clear() to do the job, but it doesn't apparently > > - > Anton >
