Here is My Problem.
I have a database that gives 50 records at a time even if the record contains more records.
I want to do pagnation using only
JSP but the the condition is when i reach the last record i need to again hit the database, get records and append it to the present list of records in the JSP.
Can some one help me out in doing so using only JSP as the in cannot use AJAX.
javascript:emoticon('

');
Thanks in advance.