-
Jan 13th, 2010, 12:39 AM
#1
Implement Paging in Spring 2.5
Hi
I have an already built web application using Spring 2.5.
Now I want to implement paging in it. I have used Spring JDBC as follows to fetch the data:
" getSimpleJdbcTemplate().queryForObject("SELECT * FROM table WHERE id = ?", rowMapper, id);"
In jsp, I have used JSTL.
Now how can i implement paging in my application?
Regards
Vardeep
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules