EL is the Expression Language, which is new for JSTL. RT is the RunTime
expression mechanism from JSP 1.x (i.e. things like <%= i++ %>). JSTL
provides taglibs that work with both. In general, you'll probably want to
use the EL, since it's cleaner and more flexible, and only use the RT tags
if you just can't do what you need with the EL.

--
Martin Cooper


> -----Original Message-----
> From: Carlos Barroso [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 10, 2002 9:36 AM
> To: '[EMAIL PROTECTED]'
> Subject: EL and RT...
> 
> 
> I've seen in some docs of taglib's, references to EL and RT?
> What are they and what are the diferences between them?
> 
> Can someone please help me?
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 


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

Reply via email to