RE: Tag libraries that use ExpressionEvaluator depend on Jakarta implementation

2003-03-10 Thread Karr, David
> -Original Message- > From: Pierre Delisle [mailto:[EMAIL PROTECTED] > > David M. Karr wrote: > > 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

RE: Tag libraries that use ExpressionEvaluator depend on Jakarta implementation

2003-03-07 Thread O'brien, Tim
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 whe