On Mon, 14 Oct 2002, Donald Ball wrote:

> which is all well and good, but it ties my taglib to the JSTL RI,
> which is not the Right Thing to do, I'd think. How do you evaluate
> EL's without using the org.apache JSTL RI?

Under JSTL 1.0, there is no standard API, so you need to pick an
implementation's interface (such as the one for the JSTL RI) and tie your
application to it.  With JSP 2.0, there will be a standard interface for
accessing the expression-language interpreter.

-- 
Shawn Bayern
"JSTL in Action"   http://www.jstlbook.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to