Hi All, I am successfully able to use S2 validators using validation.xml file and also able to display field error messages on the page. But I want to customize the error messages. For example, by default <s:fielderros/> tag will put errors using html <ul><li> tags. but instead I want to wrap the errors in <table><tr><td> tag and put some warning image kind of thing.
Is there anyway to achieve this? If so, how to do that and also, can you please point me to any websites where I can find such examples? Thank you.