I started working on an alternative version of the
errors tag this weekend that iterates through the
results so you can leave HTML out of the message
resources.  It doesn't do everything that the Struts
tag does at this point.  It also automatically
includes errors.header and errors.footer.  Maybe you
could use this or modify the code to do what you want.
 Or you could always use a iterate tag to loop through
your errors and format them the way you want to.

<validator:errors id="error">
   <li><bean:write name="error"/></li>
</validator:errors>


David
http://home.earthlink.net/~dwinterfeldt


--- Maya Muchnik <[EMAIL PROTECTED]> wrote:
> I think, you are correct to qualify this as a
> formatting. Take the
> struts-example. The tag <html:errors/> at the
> beginning of each file
> will display error messages at top and left corner
> of a page.
> 
> David Winterfeldt wrote:
> 
> > What do you mean by "not from the first column".
> >
> > Are you talking about formatting?  What are you
> trying
> > to do?
> >
> > David
> >
> > --- Maya Muchnik <[EMAIL PROTECTED]> wrote:
> > > I found a OLD way (with table, tr, td, ...). But
> > > maybe for a next release ... Can
> > > error tag to be improved ?
> > > Maya
> > > P.S. I know that we ask too much from several
> bright
> > > developers.
> > >
> > > Maya Muchnik wrote:
> > >
> > > > Hi,
> > > >
> > > > Is it possible to display errors not from the
> > > first column (using <html:errors/>) ?
> > > >
> > > > Thanks in advance
> > > >
> > > > Maya
> > >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Get email at your own domain with Yahoo! Mail.
> > http://personal.mail.yahoo.com/
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Reply via email to