Archive for April 15th, 2008

Use jquery remote validation with struts2

Tuesday, April 15th, 2008

I feel that jquery's validation plugin gives a much better UI treatment than the struts client side validation.  In addition, there are case where one does not want to pay any Dojo penality. To make a remote (server side) validation call, the server must return a true/false JSON response.  There is ...