Re: Using HashMap in selectbox

2012-03-28 Thread Steven Yang
i think you can turn the map to a Set> then use it as listKey as "getKey()" or "key" and listValue as "getValue()" or "value" On Wed, Mar 28, 2012 at 6:16 PM, Rakeshkumar Parmar < rakeshkumar_par...@persistent.co.in> wrote: > I think it requires list. So you can get values from hashmap using > va

RE: Using HashMap in selectbox

2012-03-28 Thread Rakeshkumar Parmar
I think it requires list. So you can get values from hashmap using values() method.then apply person.name. Regards, Rakesh -Original Message- From: Shrinivas Parashar [mailto:shrinivas_paras...@symantec.com] Sent: Wednesday, March 28, 2012 3:44 PM To: Struts Users Mailing List Subject: