Hi
I am using simple theme for my form and now i want to perform struts validation to my form.I using the validate method for it
and adding field errors.Now actually i want to display the field error beside my text fields .How to do it
I have already used the <s:fielderror/> tag but all the field errors that are added are displayed in the jsp where i place the <s:fielderror> tag.
But i want individual field error when i place the <s:field error/> beside the particular field