I have a registration page known as student registration.
there are few autocompleter fields like country dropdown, state drop down etc.
I am using struts2 validator to validate that none of the fields should be blank. If any field is blank it comes back to same page and displays the message in red that the particular field is required.
now the problem is when it comes back on same page incase of blank field the dropdowns are not working. Autocompleter is not generating the list.
The validation is working fine. If it finds any blank field it goes back to registration page and displays the message. But this time autocompleter does not populate.