Hello,
If you want to see an open-source example of a scrollable Collection tag, I
have an iterator tag and navbar tag that scrolls through the elements of a
Collection, and displays prev/next links for page navigation. This could
easily be altered to scroll through a ResultSet with TYPE_SCROLL_INSENSITIVE
set or any collection type object that allows you to seek to an arbitrary
index. I would not consider it production quality code at this point, but it
does seem to work.
http://sourceforge.net/projects/nullcraftpdk
Javadoc API (look under tags package at IteratorTag and NavBarTag)
http://www.nullcraft.org:8080/nullcraft/javadoc/index.html
-Mark
mark at nullcraft.org
Morgan Delagrange wrote:
>
> Ciot, Thierry wrote on 7/20/01 2:38 pm:
>
> >Hi,
> >
> >Is there any plan to add
> >scrollable result sets support
> >in DBTags?
> >
> >Thanks, Thierry.
>
> Nothing definite. :) That specific feature hasn't actually come up as of yet, but
>it does sound like a good one.
>
> Morgan