I am developing to an application using struts and its framework of validation to validate fields of input of a form.
The validation is made of the side of the given client
Struts uses Javascript to do it (also it is possible to make validations of the side of the server).
My question is, Is there other way to show the error messagges?
Because the way that I did to show the errors is through of an alert of the javascript function
Albert:rolleyes:
