You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by PhilNoon <ph...@hotmail.com> on 2003/10/08 12:42:30 UTC

Equivalent of in a definition?

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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Tiles-EL?: can I find documentation somewhere? examples?

Posted by PhilNoon <ph...@hotmail.com>.
Thank you
"Carlos S�nchez" <ap...@cousas.net> wrote in message
news:000601c38ddb$2ef6db30$0100a8c0@pentium3...
> http://jakarta.apache.org/struts/userGuide/building_view.html#struts-el
>
>
> > -----Mensaje original-----
> > De: PhilNoon [mailto:phil_noon@hotmail.com]
> > Enviado el: mi�rcoles, 08 de octubre de 2003 19:38
> > Para: struts-user@jakarta.apache.org
> > Asunto: Tiles-EL?: can I find documentation somewhere? examples?
> >
> >
> > Thanks very much for that.
> >
> > Does anyone know where I can find some documentation/examples?
> >
> >
> > "Carlos S�nchez" <ap...@cousas.net> wrote in message
> > news:000c01c38dae$9b8de720$0100a8c0@pentium3...
> > > 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:phil_noon@hotmail.com]
> > > > Enviado el: mi�rcoles, 08 de octubre de 2003 15:20
> > > > Para: struts-user@jakarta.apache.org
> > > > 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" <ce...@baseBeans.com> wrote in message
> > > > news:bm102e$324$1@localhost.localdomain...
> > > > > 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: struts-user-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
> > struts-user-help@jakarta.apache.org
> > > >
> > > >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: struts-user-help@jakarta.apache.org
> >
> >




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Tiles-EL?: can I find documentation somewhere? examples?

Posted by PhilNoon <ph...@hotmail.com>.
Many thanks for your help

"Vic Cekvenich" <ce...@baseBeans.com> wrote in message
news:bm2f4g$1sd$2@localhost.localdomain...
> 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" <ap...@cousas.net> wrote in message
> > news:000c01c38dae$9b8de720$0100a8c0@pentium3...
> >
> >>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:phil_noon@hotmail.com]
> >>>Enviado el: mi�rcoles, 08 de octubre de 2003 15:20
> >>>Para: struts-user@jakarta.apache.org
> >>>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" <ce...@baseBeans.com> wrote in
> >>>message news:bm102e$324$1@localhost.localdomain...
> >>>
> >>>>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: struts-user-unsubscribe@jakarta.apache.org
> >>>For additional commands, e-mail: struts-user-help@jakarta.apache.org
> >>>
> >>>




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Tiles-EL?: can I find documentation somewhere? examples?

Posted by Vic Cekvenich <ce...@baseBeans.com>.
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" <ap...@cousas.net> wrote in message
> news:000c01c38dae$9b8de720$0100a8c0@pentium3...
> 
>>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:phil_noon@hotmail.com]
>>>Enviado el: miércoles, 08 de octubre de 2003 15:20
>>>Para: struts-user@jakarta.apache.org
>>>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" <ce...@baseBeans.com> wrote in
>>>message news:bm102e$324$1@localhost.localdomain...
>>>
>>>>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: struts-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>>
>>>



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: Tiles-EL?: can I find documentation somewhere? examples?

Posted by Carlos Sánchez <ap...@cousas.net>.
http://jakarta.apache.org/struts/userGuide/building_view.html#struts-el


> -----Mensaje original-----
> De: PhilNoon [mailto:phil_noon@hotmail.com] 
> Enviado el: miércoles, 08 de octubre de 2003 19:38
> Para: struts-user@jakarta.apache.org
> Asunto: Tiles-EL?: can I find documentation somewhere? examples?
> 
> 
> Thanks very much for that.
> 
> Does anyone know where I can find some documentation/examples?
> 
> 
> "Carlos Sánchez" <ap...@cousas.net> wrote in message 
> news:000c01c38dae$9b8de720$0100a8c0@pentium3...
> > 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:phil_noon@hotmail.com]
> > > Enviado el: miércoles, 08 de octubre de 2003 15:20
> > > Para: struts-user@jakarta.apache.org
> > > 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" <ce...@baseBeans.com> wrote in message 
> > > news:bm102e$324$1@localhost.localdomain...
> > > > 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: struts-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: 
> struts-user-help@jakarta.apache.org
> > >
> > >
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Tiles-EL?: can I find documentation somewhere? examples?

Posted by PhilNoon <ph...@hotmail.com>.
Thanks very much for that.

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


"Carlos S�nchez" <ap...@cousas.net> wrote in message
news:000c01c38dae$9b8de720$0100a8c0@pentium3...
> 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:phil_noon@hotmail.com]
> > Enviado el: mi�rcoles, 08 de octubre de 2003 15:20
> > Para: struts-user@jakarta.apache.org
> > 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" <ce...@baseBeans.com> wrote in
> > message news:bm102e$324$1@localhost.localdomain...
> > > 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: struts-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: struts-user-help@jakarta.apache.org
> >
> >




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: Tiles-EL?

Posted by Carlos Sánchez <ap...@cousas.net>.
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:phil_noon@hotmail.com] 
> Enviado el: miércoles, 08 de octubre de 2003 15:20
> Para: struts-user@jakarta.apache.org
> 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" <ce...@baseBeans.com> wrote in 
> message news:bm102e$324$1@localhost.localdomain...
> > 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: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Tiles-EL?

Posted by PhilNoon <ph...@hotmail.com>.
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" <ce...@baseBeans.com> wrote in message
news:bm102e$324$1@localhost.localdomain...
> 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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Equivalent of in a definition?

Posted by Vic Cekvenich <ce...@baseBeans.com>.
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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org