Re: about iterating values

2008-07-15 Thread Laurie Harper
hns wrote: HI Thanks for reply but session is appropriate for large size map stored in it? it can works fine? It certainly *can* work. Whether the session is the best place to keep this data depends on the size of the list, how much it varies (if at all) between users, how often it changes,

Re: about iterating values

2008-07-14 Thread hns
HI Thanks for reply but session is appropriate for large size map stored in it? it can works fine? please reply -- View this message in context: http://www.nabble.com/about-iterating-values-tp18444913p18458485.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: about iterating values

2008-07-14 Thread Milan Milanovic
Hi, you can save it into session and use it to display on jsp page. -- Milan hns wrote: > > hi > > it might be this question is not related s2 but still i want to ask > > i am using one public function in one class which get key,value pair from > database query fire and fill in linked hashm