Date: 2004-05-17T11:02:35 Editor: 68.79.151.2 <> Wiki: Apache Struts Wiki Page: ServletVersions URL: http://wiki.apache.org/struts/ServletVersions
no comment Change Log: ------------------------------------------------------------------------------ @@ -1,13 +1,11 @@ += Servlet 2.2/JSP 1.1 = Struts is designed to work with the Servlet 2.2/JSP 1.1 specifications. -The Struts-EL taglibrary requires Servlet 2.3/JSP 1.2 in order to use the JSTL Expression language. - = Servlet 2.3/JSP 1.2 = -Struts generally works well with Servlet 2.3, although there is an outstanding bug [http://issues.apache.org/bugzilla/show_bug.cgi?id=28983 Bug 28983] regarding Servlet 2.3 methods which are not implemented in MultipartRequestWrapper. + *The Struts-EL taglibrary requires Servlet 2.3/JSP 1.2 in order to use the JSTL Expression language. + *There is an outstanding bug [http://issues.apache.org/bugzilla/show_bug.cgi?id=28983 Bug 28983] regarding Servlet 2.3 methods which are not implemented in MultipartRequestWrapper. = Servlet 2.4/JSP 2.0 = I have heard less reports about Struts with Servlet 2.4/JSP 2.0. - -There are more methods to HttpServletRequest which would be a problem similar to [http://issues.apache.org/bugzilla/show_bug.cgi?id=28983 Bug 28983] - -In bug [http://issues.apache.org/bugzilla/show_bug.cgi?id=28833 Bug 28833] Kurtis Williams reports that the JSP 2.0 spec prohibits "flushing" from within a custom tag; Tiles users on JSP 2.0 must set the "flush" attribute to 'false' everywhere they use "get" and "insert" tags. + *There are more methods to HttpServletRequest which would be a problem similar to [http://issues.apache.org/bugzilla/show_bug.cgi?id=28983 Bug 28983] + *In bug [http://issues.apache.org/bugzilla/show_bug.cgi?id=28833 Bug 28833] Kurtis Williams reports that the JSP 2.0 spec prohibits "flushing" from within a custom tag; Tiles users on JSP 2.0 must set the "flush" attribute to 'false' everywhere they use "get" and "insert" tags. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
