Might just be a table layout issue. You could always try stuffing the error
message in it's own cell:

<td><html:text property="orgName" size="50"/></td>
<td><html:errors property="orgName"/></td>

Quoting koen boutsen <[EMAIL PROTECTED]>:

> 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

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to