Hi all, I really don't like the position of the validation messages. And I want to use theme="simple" tags always. So I wonder if we can have the opportunity to have a validation message such below.
<td> <s:textfield name="age" theme="simple"/><div name="ageerror"><img src="images/hata.jpg"></div> </td> I want to define a validation for Age field as it is an example on the site. But if it is an invalid field I want the "ageerror" div to be visible and if not invisible. will there be such an option for validation? If not, please show me a way where to start making such an implementation :) Because i really want the validation messages be this way. Thanks all,