Thanks Patricia. Thats working.
But, what i am getting is something like
198670 1
198670 2
198670 3
I have checked the size of the list in
servlet by using
int n = listrequest.size();
System.out.println("size in main method:"+n);
Which shows that the list is having all the three values 198672,198669,198670.
But then, while displaying it in JSP, it is displaying only the empno of the last object in the list.