Dear Chetan ..

To get certain line of recordset I Usually using the LIMIT function in
my SQL Prepare Statement ...

In MySQL :

SELECT bla bla
FROM tableName
LIMIT 2,11

hope this help

Regards
Irwan


>
> Incidentally can someone tell me how I can get lines 2 - 11 in a for loop
> using JSTL or <beans:iterate> where the total number of Elements is known
> before-hand and can be made available using the following line of code
> before the code-sequence shown above:
>
>
>
> <% Integer i = request.getAttribute("size");
>
> pageContext.setAttribute("i", (Object) i );
>
> %>
>
>
>
> Thanks.
>
>
>
> Chetan
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to