How do I create a view with only 10 records per page and using the MVC design?
I am using jsp, servlets and beans. Right now, all I am doing is querying for the resultset and listing all data on a jsp page. I do not want a huge listing when more data is added later. I would like to make it easy on myself and use tags but I perfer to stick with the MVC design I have going. All suggestions are greatly appreciated. Thanks all.
Start Free Trial