Re: OT RE: Deprecated: ActionError

2004-01-13 Thread Mark Lowe
strutsCourse.htm Struts/J2EE consulting -- http://www.arc-mind.com/consulting.htm#StrutsMentoring -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 11:21 AM To: Struts Developers List Subject: Re: Deprecated: ActionError Sure I know how to get the mes

OT RE: Deprecated: ActionError

2004-01-13 Thread Richard Hightower
c-mind.com/consulting.htm#StrutsMentoring -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 11:21 AM To: Struts Developers List Subject: Re: Deprecated: ActionError Sure I know how to get the messages out using html:messages but i cant see how thi

RE: Deprecated: ActionError

2004-01-13 Thread David Graham
etings > > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 13, 2004 6:27 PM > To: Struts Developers List > Subject: Re: Deprecated: ActionError > > > The ActionError class is deprecated, not any of the tags. > and

Re: Deprecated: ActionError

2004-01-13 Thread Mark Lowe
. Rick Hightower Developer Struts/J2EE training -- http://www.arc-mind.com/strutsCourse.htm Struts/J2EE consulting -- http://www.arc-mind.com/consulting.htm#StrutsMentoring -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 8:36 AM To: Struts Developers

Re: Deprecated: ActionError

2004-01-13 Thread Mark Lowe
nsulting.htm#StrutsMentoring -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 8:36 AM To: Struts Developers List Subject: Re: Deprecated: ActionError Sorry I don't usually post this group but is there actually a sensible replacement for act

Re: Deprecated: ActionError

2004-01-13 Thread Mark Lowe
Cool.. so how would one do this? struts tags or jstl i don't care which. ? On 13 Jan 2004, at 17:27, David Graham wrote: The ActionError class is deprecated, not any of the tags. and work with ActionMessages and ActionErrors objects. If you look at the javadocs you'll notice that Acti

RE: Deprecated: ActionError

2004-01-13 Thread Larry Meadors
--Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 6:27 PM To: Struts Developers List Subject: Re: Deprecated: ActionError The ActionError class is deprecated, not any of the tags. and work with ActionMessages and ActionErrors objects. If you lo

RE: Deprecated: ActionError

2004-01-13 Thread Richard Hightower
To: Struts Developers List Subject: Re: Deprecated: ActionError Sorry I don't usually post this group but is there actually a sensible replacement for action errors yet? That messages stuff still falls short of offering the same level of slickness that action errors does, perhaps this is

RE: Deprecated: ActionError

2004-01-13 Thread Matthias Wessendorf
: Deprecated: ActionError The ActionError class is deprecated, not any of the tags. and work with ActionMessages and ActionErrors objects. If you look at the javadocs you'll notice that ActionErrors is fully replaced by ActionMessages and ActionError is fully replaced by ActionMe

Re: Deprecated: ActionError

2004-01-13 Thread David Graham
The ActionError class is deprecated, not any of the tags. and work with ActionMessages and ActionErrors objects. If you look at the javadocs you'll notice that ActionErrors is fully replaced by ActionMessages and ActionError is fully replaced by ActionMessage. ActionForm.validate() is the one

Re: Deprecated: ActionError

2004-01-13 Thread [EMAIL PROTECTED]
> -Original Message- > From: Matthias Wessendorf > Hi, > > So i looked at our validate() in ActionForm, > but there is still ActionErrors. > > So i wondered, why the validator uses Messages and > the validate() uses Erros... Good Question: We talked about this a few months ago on the st

Re: Deprecated: ActionError

2004-01-13 Thread Mark Lowe
Sorry I don't usually post this group but is there actually a sensible replacement for action errors yet? That messages stuff still falls short of offering the same level of slickness that action errors does, perhaps this is due to he html:errors tag but i personally and i imagine others all th