Thank you for the quick response. --- Shawn Bayern <[EMAIL PROTECTED]> wrote: > On Wed, 30 Oct 2002, aps olute wrote: >
snip snip snip > > > 3. and once its in the JSTL, how to iterate this correctly? > > ... however, you'd can't use <c:forEach> to iterate over a RowSet. You > can convert a ResultSet to a JSTL Result -- which is iterable via > <c:forEach> -- by using the JSTL API classes in support of such > operations. > May I bother you with specifically which JSTL class API I should use? Is it javax.servlet.jsp.jstl.sql? But then am back to scripting or java coding and not really using JSTL tags? Any equivalent tags I can use? Btw, I was looking at your book yesterday and can not find a sample on it. The closest one is using <sql:query> tags and then use <c:forEach>, but I already have Bean like CachedRowset, am still lost. __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ -- To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>
