Getting null while trying to get value of Multiple list
Gopi Kishore
Greenhorn
Joined: Sep 27, 2003
Posts: 15
posted
0
Hi All,
I am facing strange problem, I have JSP and servlet. The values in jsp are coming from DB. there are two multiple list boxes where i will move the data across, when i am trying to get the values of the list box i am getting null. when i retrieve first list box i am getting the values, when i am trying to get the values of list box 2 then i am getting null. Can anyone please help.
List box names subServiceList1 and subServiceList2
Have you verified they're being sent (like by using Firebug or a debugging proxy etc.)?
Gopi Kishore
Greenhorn
Joined: Sep 27, 2003
Posts: 15
posted
0
Thanks for the response David, I verified will firebug it doesn't seem any problem. I am getting all the values from the form except the second list subServiceList2 .