[EMAIL PROTECTED] wrote:
Hi all,

I tried to customize the errors.prefix, suffix, header and footer, but they are not taken into account.

How to do in Struts 2 ?

I just put this in my package.properties :
errors.footer=<tr>
errors.header=</tr>
errors.prefix=<td>
errors.suffix=</td>

Not taken into account by what? Those look like the properties associated with Struts 1's old-style message handling tags. In S2 the formatting of errors and other messages is controlled by the template theme.

L.


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

Reply via email to