hi, i have some idea,
1.for order:
though ActionErrors is a HashMap,but u can put a 
ArrayList to one key

2.for dynamic content 
u can put the dynamic content to the request,this will show in page use <html:errors/>





----- Original Message ----- 
From: "Grant Hodgins" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, May 16, 2002 6:13 AM
Subject: Can you easily order ActionErrors?


> Hi,
> This may have been asked before.  If so, my apologies.
> 
> I'm trying to order some action errors, using <html:errors/> for
> presentation to the user.  Since the ActionErrors class uses a HashMap for
> errors the order is not guaranteed.  
> 
> Additionally, using the optional property attribute here doesn't apply here
> since my error responses are dynamically generated.
> 
> Any ideas?
> 
> Thanks in advance,
> 
> Grant Hodgins
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 


Reply via email to