Hi, I just read the online Doc of the validator package of David Wenterfield. I read that the ErrosTag class is deprecated.
Any other hint? Mohammed ----- Original Message ----- From: "Hani Hamandi" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 1:41 PM Subject: RE: <htm-:errors> and struts:erros> > Go to the struts home page: http://jakarta.apache.org/struts > Click on "Resources" under "Welcome" on the left. > The package is called "Struts Validator" and it's under the "Contributor > Extensions" section. > > I could have simply given you the link to the package. But I wanted to show > you how to get to it and to other packages later. > > -----Original Message----- > From: Mohammed [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 03, 2001 7:36 AM > To: Struts Users Mailing List > Subject: Re: <htm-:errors> and struts:erros> > > > Hi > > can you tell me where I can get the validator package from David > Winterfield? > > Thanks > > Mohammed > ----- Original Message ----- > From: "Alexander Jesse" <[EMAIL PROTECTED]> > To: "struts-user" <[EMAIL PROTECTED]> > Sent: Monday, December 03, 2001 1:15 PM > Subject: RE: <htm-:errors> and struts:erros> > > > > Hi, > > > > get the validator-package from David Winterfeldt and use the validators > > error-tags. That did the trick for me. > > > > regards > > Alexander Jesse > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: Monday, December 03, 2001 12:56 PM > > To: [EMAIL PROTECTED] > > Subject: <htm-:errors> and struts:erros> > > > > > > Hello every body, > > > > in my action class I insert an error as follow: > > > > errors.add("registration", new ActionError("error.registration.failed"); > > saveErrors(request,errors); > > > > > > in the jsp file : > > > > <html:erros> //to get the errors displayed > > how can I get only the error for a given action? or a given key? > > > > I tried <html:errors property=registration > // registration is the key > > under which I saved the error > > </htnl:errors> but it didn't work > > > > > > Thanks for any help > > > > > > Mohammed > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

