Getting the html:errors tag to display on multiple lines

2001-03-13 Thread Justin Forys
Hello, I guess this is kind of a trivial question, but I'm having a problem getting the "html:errors" tag to display on multiple lines for multiple errors. Am I overlooking something obvious, or do I have to use the iterator tag and parse the errors myself if I want them on separate lines? If

Re: Getting the html:errors tag to display on multiple lines

2001-03-13 Thread Michael McCallister
Just specify the property attribute of the html:errors tag. So, for example, in your validate function you might have something like: errors.add("roles", new ActionError("error.reqaccess.role.invalid")); to indicate an error in the "roles" field. Using: html:errors