Hi all,

  Is there a Order Map in the lift ?

  Example:
   1-> "xx", 2 -> "yy", 3 -> "zz"

   1:) add 1-> "xx"
   Map(1-> "xx")

   2:) add 3 -> "zz"
   Map(3 -> "zz", 1-> "xx")

   3:) add 2 -> "yy"
   Map(2 -> "yy", 3 -> "zz", 1-> "xx")

   The result maybe: Map(2 -> "yy", 3 -> "zz", 1-> "xx")

    But i want the structure(order by the number) is :  Map(1-> "xx",
2 -> "yy", 3 -> "zz")

   Any help would be much appreciated !

Cheers,
  Neil
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to