Hi Philip.

Your solution may fix the problem in this one case, but unless I am missing something, 
this would fix this issue for this case only, maybe.  I am after a permanent, more 
flexible, solution.  Basically, if I have to fix this thing, I want it fixed 
permanently so nobody has to come back here.

If I am missing something and this is the way to go, let me know and I will implement.

Regards,
Steve

--
Java/J2EE Developer/Integrator
Currently "On the Road"
214-724-7741
Platform Independance Rules.
Give me a stable platform, and I will give you stable code.

----- Original Message -----
From: Philip J Brown
Sent: 10/1/2003 10:47:10 AM
To: [EMAIL PROTECTED]
Subject: Re: [Keelgroup] Struts Headache, help?

> Mike (and others),
> 
> The DefaultPersistentMetadata class uses HashSet, TreeSet, HashMap and
> TreeMap to store values internally.  None of these collections maintain
> the elements in the same order that they were returned.
> 
> There are (as of jdk 1.4) LinkedHashMap and LinkedHashSet classes that
> do preserve the order in which elements were added.
> 
> Changing this class (and possibly other related classes) to use these
> "linked" version of the set and map classes may fix the problem.
> 
> Hope this helps.
> 
>          -Phi


http://keelframework.org/documentation
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com

Reply via email to