<html:errors /> do work.
But i also show all my other messages, which aren't errors this way :
<html:messages id="message" header="message.header" footer="message.footer" 
property="<%=
org.apache.struts.action.ActionMessages.GLOBAL_MESSAGE %>">

<li><bean:write name="message"/></li>

</html:messages>


And additional I only want to show the errors from the validator framework, but it 
doesn't work
as for my own messages.

----- Original Message -----
From: "Joe Hertz" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, June 21, 2004 6:35 PM
Subject: RE: Validator Error Messages different way to show them ?


> By messages (plural) I assume you want them all.
>
> Did <html:errors /> not work?
>
> > -----Original Message-----
> > From: Rouven Gehm [mailto:[EMAIL PROTECTED]
> > Sent: Monday, June 21, 2004 11:43 AM
> > To: Struts Users Mailing List
> > Subject: Validator Error Messages different way to show them ?
> >
> >
> > Hi,
> >
> > i'm trying to display the errors messages from the validator.
> > But i don't know which property i have to use, i've tried
> > this, which does not work, so does anyone have a solution ?
> >
> > <html:errors property="<%= org.apache.struts.Globals.ERROR_KEY%>" />
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to