It would be a great solution to have such attribute in the <html:errors/>
tag.

I don't don't find any good solution to solve this problem but create a new
"error" tag.



-----Message d'origine-----
De: Brian K. Buckley [mailto:[EMAIL PROTECTED]]
Date: mardi 25 septembre 2001 11:26
À: [EMAIL PROTECTED]
Objet: Re: [Newbie] Display multiple error messages in a list


The examples I've seen solve this by mixing html formatting right in with
the error messages.

error.myerror=<li>This is my error message</li>

This seems like bad practice to me.  If one needs to display errors in a
different format, one has to rewrite the errors files.

It seems to me html:errors would be more flexible if it were changed to
allow one to go, for example,

<html:errors wrap="li"/>

Comments?


Reply via email to