On Mon, 23 Jun 2003 [EMAIL PROTECTED] wrote:
> Date: Mon, 23 Jun 2003 10:27:46 +0200 > From: [EMAIL PROTECTED] > Reply-To: Jakarta Commons Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: AW: [ANNOUNCEMENT] Commons EL 1.0 Released > > Hi, > > I could not find anything about the dependencies of the Commons EL > component. > Does EL rely on Servlet 2.4/JSP 2.0 specifications, or can it be used in > projects using "older" Servlet/JSP containers? > It relies on APIs from JSP 2.0, so it can't be directly used in containers based on older versions. For that purpose, some folks have had success leveraging the expression evaluator in JSTL 1.0 (as implemented in the "standard" tag library at Jakarta Taglibs), which will run on a Servlet 2.3 / JSP 1.2 container. > Harald Dietrich Craig McClanahan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
