| Author |
JSTL: MultiPage (pager)
|
prashakya
Greenhorn
Joined: Sep 24, 2001
Posts: 2
|
|
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.
|
 |
vasu maj
Ranch Hand
Joined: Jul 12, 2001
Posts: 393
|
|
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
|
What a wonderful world!
|
 |
 |
|
|
subject: JSTL: MultiPage (pager)
|
|
|