html:errors tag?

2001-07-18 Thread Matthias Brahm
Hi, is it possible to do something like this with struts: I have a form with labels for the input fields. These labels have the font color blue. The Form is validated by the FormBean. When one or more fields of the form are invalid and the control is forwarded back to the input form, the labels

Re: Problem with tag?

2001-07-23 Thread Matthias Brahm
This must be an error in the Tag Library Reference (in the source-code of the bean:message tag there are no name and property attributes)! Read the Tag Library Guides for the usage of the bean:message tag. In this documentation name and property are not mentioned. Matthias Guus Holshuijsen wro

Re: Problem with tag?

2001-07-23 Thread Matthias Brahm
I downloaded the source of the nightly build and you are right, there are the two attributes. But in the 1.0 final release of struts (which i use) there are no property and name attributes for the bean:message tag. Matthias > "Matthias Brahm" <[EMAIL PROTECTED]> wrote: >