
hello sir/mam, in my project i have an arraylist showing results in a jsp page table of given contents of database, i want to add a filter to it to show only the matched contents from list,
the table which is coming out is as: student_id class_id student_name 1x0001 10 Ashish 1x2001 11 Anurag 1x2002 11 Arpit 1x0001 10 Alok .............going on...
but i want the result to display page only for class_id::11 and remove other results how to do that?

Hi Friend,
Please visit the following link:
http://roseindia.net/jsp/servlet-jsp-data-list.shtml
Thanks

hi, thanks for reply but that wasnt my question i have already done that, what i need is that to remove objects from list which dont have the given Id, as in this case i want results for class 12th only while my arraylist gives me a complete list of total students of different class from 1 to 12.

and from that i want result filtered as this
the table which is filter will show as: student_id class_id student_name 1x2001 11 Anurag 1x2002 11 Arpit .............going on...

and from that i want result filtered as this
the table which is filter will show as: student_id class_id student_name 1x2001 11 Anurag 1x2002 11 Arpit .............going on...
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.