Hello Chico,

Friday, June 08, 2001, 7:50:27 PM, you wrote:

CC> i can display errors fine, but they are displayed not in the same order as i
CC> created them ...
 
CC> I see this is because the ActionErrors class uses a HashMap and therefore
CC> doesn't return them in a given order (i think it sorts them according to the
CC> hashcode value).
 
CC> I can use the property tag in html:errors tag to display each error
CC> individually, but then it displays my error header and footer for each error
CC> displayed ...
 
You can write your own version of ActionErrors and use ArrayList in
it, for example, not HashMap. 

-- 
Best regards,
 Oleg                            mailto:[EMAIL PROTECTED]


Reply via email to