Any help on this at all?

<original-post>

I know I've this answer before, but I cannot seem to find it in the
archives.  I am setting ActionErrors for both specific properties as well as
global errors.  In other words, in my action I have 

        errors.add(ActionErrors.GLOBAL_ERROR, new ActionError("myError"));

and

        errors.add("myProperty", new ActionError("myPropertyError"));

In my JSP I am using <html:errors /> to get my global errors, and
<html:errors property="myProperty" /> to get my specific error.  The problem
is that the <html:errors /> is also returning the specific errors.  I
remember seeing an e-mail on this a few weeks ago, but can't find it in the
archives.  Is there a way to limit the <html:errors /> to only display the
errors that are NOT associated with a specific property?

</original-post>
TIA!

Jerry Jalenak
Web Publishing
LabOne, Inc.
10101 Renner Blvd.
Lenexa, KS  66219
(913) 577-1496
[EMAIL PROTECTED]



This transmission (and any information attached to it) may be confidential and is 
intended solely for the use of the individual or entity to which it is addressed. If 
you are not the intended recipient or the person responsible for delivering the 
transmission to the intended recipient, be advised that you have received this 
transmission in error and that any use, dissemination, forwarding, printing, or 
copying of this information is strictly prohibited. If you have received this 
transmission in error, please immediately notify LabOne at (800)388-4675.



--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to