The JSTL specification doesn't specify an API to the EL engine, so you'll have to rely 
on an implementation that gives you an API for this.  You can use the Jakarta Taglibs 
implementation for this.  If you look through the classes in this library, you'll find 
both the "ExpressionEvaluatorManager" and "ExpressionUtil" class.  The former class is 
probably the better one to use for this, but the latter would be more concise.  You 
can also see an implementation of a library to do exactly what you're trying to do, in 
the implementation of the "Struts-EL" contributed library in the Struts distribution.  
Look at the source in the nightly build for this.

> -----Original Message-----
> From: marba [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 27, 2003 9:16 AM
> To: Tag Libraries Users List
> Subject: any tutorial to develop EL-compliant taglib?
> 
> i'd like to develop my fisrt jstl-compliant taglib using EL
> is there any tutorial or documentation (apart of jstl API)?
> thank you
> 
> -------------------------------------------------------
> Ing. Marco Baiguera
> Web Application Designer
> 
> T.C.TELECENTRAL s.r.l.
> Via Fura, 10
> 25122 Brescia - Italy
> Tel  +39 030 3510711
> Int + 39 030 3510816
> NB. Nel rispetto della legge sulla privacy è fatto  divieto di
> includere il presente indirizzo email in  CC, Forwards e Mailing list
> senza previa autorizzazione. In caso di violazione della suddetta
> richiesta sarete perseguiti legalmente.
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.483 / Virus Database: 279 - Release Date: 19/05/2003
> 
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to