Hi
I have a
jsp form in a struts2 application , which has few strtus2 tag text fields and a submit button .
When i hit the submit button with out enterning the values in the textfields i get a error messages for the required fields saying that the " value is required "
validation is not a problem .. but once i enter the value in the textbox and move to the next textbox ,first fields error msg should disappear , i know this has to be done using ajax but how should i do that ?
Thanks