On Fri, 20 Sep 2002, Felipe Schnack wrote:

>   Thank you very much...
>   but i'm curious, what's an EL funcion??

In JSP 2.0, the EL will most likely be extended to support functions.  In
a Tag Library Descriptor (TLD), you will be able to provide a mapping
between an EL function and a Java method, such that you could end up with
expressions that look like

 ${getStackText(pageContext.exception)}

See the JSP 2.0 Proposed Final Draft (downloadable through the forms at
http://www.jcp.org/jsr/detail/152.jsp) for the form that EL functions will
most likely take.

-- 
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