Well, I did it:
Form.Flag flag = null; ... Form.setFlag(descricao, flag); If there's another way (best practice) I'd like to know. Cheers, Luiz Gustavo S. de Souza http://luizgustavoss.wordpress.com http://luizgustavoss.blogspot.com http://twitter.com/lugustso 2010/12/21 Luiz Gustavo <[email protected]> > Hi, > > In my form I'm doing the validation using Form.flag, but the user can > cancel the insertion/edition after the flag being presented and before the > correction. In this case, how do I remove a Form flag from a component? > > Cheers, > Luiz Gustavo S. de Souza > > http://luizgustavoss.wordpress.com > http://luizgustavoss.blogspot.com > http://twitter.com/lugustso >
