At 23:12 -0400 5/10/02, Agrawal, Anuj (Anuj)** CTR ** wrote: >I'm trying to use the standard taglib (JSTL), but am having some difficulty. > >I see standard-docs - but the html files are out-of-date (things >like <c:expr are still used etc.). > >Is there any kind of reference (other than Shawn's much awaited book >:) ) that would list: > >1. The various attributes for a particular tag and the corresponding >"allowed" values. >2. The various "allowed" properties of different types of variables >- e.g. it was only reading these forums that i found query.rowCount >would return the number of rows returned by the query. I would like >to see a document that lists "all" the different properties >(query.something or query.somethingelse etc). > >Is there such a reference available? >Thanks. >Anuj.
Yes. Go to the taglibs page: http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html Then follow the link for the public draft: http://java.sun.com/products/jsp/jstl/ At the bottom of that page there's a link for downloading the specification. (It's a PDF.) Grab it, print it, read it, enjoy it. :-) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
