deepaksawdekar wrote:

On apache site there are two down loads for standard tag libs .
standad and standard 1.0 whats the difference between these two .

If you click on each one of those links, the answer is right there. And to understand the difference between JSTL 1.0 and JSTL 1.1, please check the JSTL page at http://java.sun.com/jstl.

---
standard-1.0/

Standard Taglib
1.0 Release

This directory containts the final 1.0 release of the Standard Taglib, Jakara Taglibs's open-source implementation of the JSP Standard Tag Library (JSTL). JSTL is a standard under the Java Community Process.

---
standard/

Standard Taglib
1.1.x Releases

This directory contains releases for the 1.1.x versions of the Standard Tag Library, Jakarta Taglibs's open-source implementation of the JSP Standard Tag Library (JSTL), version 1.1. JSTL is a standard under the Java Community Process.

Standard-1.1.x requires a JSP 2.0 container, while Standard-1.0.x requires a JSP 1.2 container. For more information about JSTL, see Sun's JSTL page (http://java.sun.com/jstl)


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to