I think if you learn JSTL first, Struts EL (and tile-EL) would be easy.
There are books, but EG JSP/JSR docs are great!!!!

Go to Jakarta taglib standard tags, and download the PDF. Once you do a few C tags, Struts EL should be easier.

hth,
.V

PhilNoon wrote:

Thanks very much for that.

Does anyone know where I can find some documentation/examples?


"Carlos Sánchez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

Although I've never heard anything about tiles-el here it goes the
explanation of Struts-el

Struts-EL is an extension of the Struts tag library that uses the

expression


evaluation engine in the Jakarta Taglibs implementation of the JSP

Standard


Tag Library to evaluate attribute values. This way you can use expressions
as you do in JSTL tags.



-----Mensaje original-----
De: PhilNoon [mailto:[EMAIL PROTECTED]
Enviado el: miércoles, 08 de octubre de 2003 15:20
Para: [EMAIL PROTECTED]
Asunto: Tiles-EL?


Thanks for the reply, but I'm sorry I don't understand what you wrote! What is Tiles-EL? Where do I find it? How do I find out what it does?

Thanks for your help.

"Vic Cekvenich" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]

Did you take at a nighly build Tiles-EL (that can do expresions)? .V

PhilNoon wrote:

In a JSP I can use the following syntax to grab a value

from a bean:


<tiles:put name="title" beanName="X" beanProperty="Y"/>

However, <put> tag used in definitions doesn't seem to have any

equivalent


functionality.

Can anyone help?




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