
Can any one tell me the difference between these two different ways of Validation? Also features of Server side validation vs client side validation.

The client side validation runs in the browser where as server side validation runs on server. It actually check if the submitted data is correct or not. It is suggested that one should use both types of validation.

hi client side validation means validation should be done at the users bowser, if there is no any error then it should be sent next perform (to the server).
server side validation means validations should be done at the server side
client side validations have to be developed by using jsp tags for struts provided some custom tags
for server side validation we have to use the dynavalidatorform .............................