I use Jsp model 2 and I want to show only the part of information from db like first, prev , next , last .How can I create this buttons I mean the logic.And show disable anable ...
That all depends on how you perform database queries. Are you using DAO classes combined with servlets? OR do you use the SQL taglib? Perhaps you are using a framework?