> Here when run this pivot application the above mentioned TextInput was > completely filled with red background color. > Here i understood, because of the validator it is showing like this. But i > want to make sure that validation must be done when some event happens > like..... , after i enter text in that textfield and press a button then only > that validator should work. > So how to do that please help me in this regard.............
Have you tried attaching a button press listener to a button and performing validation in your event handler?
