Hi In my validation, I create multiple actionErrors. On the jsp page, I want each error message to be displayed next to the corresponding input field.
I have this in my resource file : errors.header=<UL><font color="red"> errors.prefix=<LI> errors.suffix=</LI> errors.footer=</font></UL> and this in my .jsp : <td><html:text property="orgName" size="50" /><html:errors property="orgName" /></td> On screen, the error message is always displayed below the input field, and not next to it. How could I resolve this ? Thanks in advance Koen ____________________________________________________________ Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail! http://login.mail.lycos.com/r/referral?aid=27005 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]