1. JSTL requirements : http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html NOTE: JSTL requires a JSP container that supports the Java Servlet 2.3 and JavaServer Pages 1.2 specifications
2. WLS 6.0 implementation : http://e-docs.bea.com/wls/docs60/jsp/intro.html WebLogic Implementation of JSP BEA WebLogic JSP supports the JSP 1.1 specification from Sun Microsystems. JSP 1.1 includes support for defining custom JSP tag extensions. (See Programming JSP Extensions) WebLogic Server also supports the Servlet 2.2 specification from Sun Microsystems. 3. WLS 6.1 implementation : http://e-docs.bea.com/wls/docs61/jsp/intro.html WebLogic Implementation of JSP BEA WebLogic JSP supports the JSP 1.1 specification from Sun Microsystems. JSP 1.1 includes support for defining custom JSP tag extensions. (See Programming JSP Extensions) WebLogic Server also supports the Servlet 2.2 specification from Sun Microsystems, and the proposed final draft of the Servlet 2.3 specification. For more information, see Servlet 2.3. Note: WebLogic Server version 6.1 supports the JSP 1.2 specification with the following exceptions: ... (list of exceptions) ... Then there is no chance for JSTL to work on WLS 6.0 But WLS 6.1 is designed to run it. I just gave it a (rapid) try : (simply put standard-examples.war in applications directory) - it fails to deploy on WLS 6.1 SP1 (obscure "Error deploying application . \config\mydomain\applications\standard-examples.war: java.lang.reflect.UndeclaredThrowableException") - it seems to work on WLS 6.1 SP2 (not tried every example, but the ones I tried worked perfectly) Hope this helps Herv� -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
