i am wondering what is the behavior of a dictionary?
I store multiple line items into the dictionary, for
example:

key    value
1        1
2        2
3        3


when i retrive it, it shows:

key     value
3         3
2         2
1         1

is there any way that i can retrive the data on the
order i entered it?

any help would appreciated!

angela



__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to