I believe you are correct. J2EE 1.4 http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/jsp/el/ExpressionEvaluat or.html has an ExpressionEvaluator class.
In the meantime, it may be a good idea for Jakarta Taglibs to run a Class.forName() on both of the evaluators, and use the 1.4 alternative when available. But, I haven't thought this through in detail as I am not using Servlet 2.4 or JSP 2.0 yet - I'm waiting for Tomcat 5.0 to reach beta to dive into that development. -------- Tim O'Brien > -----Original Message----- > From: David M. Karr [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 10:32 PM > To: [EMAIL PROTECTED] > Subject: Tag libraries that use ExpressionEvaluator depend on > Jakarta implementation > > > This is probably obvious, but it is the case that any tag > libraries that use the ExpressionEvaluator class in the > Jakarta JSTL implementation are actually dependent on the > Jakarta implementation, as opposed to the specification, > correct? Since only the JSP api is described in the > specification, and not the Java api, then another JSTL > implementation could use a completely different class. I'm > not complaining, I just want to make sure I'm clear on that point. > > -- > =================================================================== > David M. Karr ; Java/J2EE/XML/Unix/C++ > [EMAIL PROTECTED] ; SCJP; SCWCD > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
