• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSTL: MultiPage (pager)

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to implement multipge example firstPage previousPage nextPage LastPage (rowcount) ${param.start - noOfRows}
using JSTL?
Actually I stuck in LastPage ie max row, since i have set maxrow as below
---------------------------
<c:set var="noOfRows" value="1" />
<sql:query var="borrow" startRow="${param.start}" maxRows="${noOfRows}">
---------------
Hope to have solution
Thanks in advance.
 
Ranch Hand
Posts: 398
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Prashakya,
Your name should follow the official login name policy of java ranch. Which means your login name should be your "firstname lastname". Look at logins of others here for example.
Thanks,
Vasu
 
reply
    Bookmark Topic Watch Topic
  • New Topic