kkjava 0 Newbie Poster

Hi All,

Need help!!!!!
here is my problem.
for example i have 20 records in a table, am able to make DB call to stored procedure and set those 20 records in to a java bean through resultset.
here, i dont want to display all those 20 records, instead i want to write a condition so that i could display the only records i want. (want to display record sequence 5th to 15th).
can you guide me where can i possibly write the condition after setting the values into java bean? i cannot change the stored procedure(used by others).
can anyone provide me sample example..

Thanks,
kkjava