Link to home
Start Free TrialLog in
Avatar of Zolf
ZolfFlag for United Arab Emirates

asked on

HaspMap issue

Hello there,

I am trying tpo edit a value in a list but when i try to set it.i get this error.can somebody please help me to sovle this issue. i have attached screenshot

cheers
Zolf
23-May-12-11-35-10-AM.gif
Avatar of Zolf
Zolf
Flag of United Arab Emirates image

ASKER

listModel.set(info.position - 1, "Qty", value);

Open in new window


this value has to be a hashMap<String><String>

how can i pass this to the above code
try this,

listModel.get(info.position - 1 ).set( "Qty", value);
Avatar of Zolf

ASKER

no luck

The method set(String, String) is undefined for the type HashMap<String,String>
Avatar of Zolf

ASKER

please see shot
23-May-12-12-11-28-PM.gif
ASKER CERTIFIED SOLUTION
Avatar of ksivananth
ksivananth
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Zolf

ASKER

thanks