Re: Field validation

2010-12-28 Thread Maurizio Cucchiara
If you want use native struts2 validation start from here [1], Remember that in order to show the error message on top you need to choose the css_xhtml theme for struts. [1] http://struts.apache.org/2.2.1/docs/validation.html 2010/12/28 : > Any One tell me how to do field validation in struts 2

Re: Field validation

2010-12-28 Thread Jordi Fernandez
Try jQuery validation http://docs.jquery.com/Plugins/validation for client side javascript validation. On 28/12/2010 6:54, karthick.gunaseka...@wipro.com wrote: Any One tell me how to do field validation in struts 2, i need to show the error message on top of the each field not in top of the s