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

2003-10-09 Thread PhilNoon
Thank you Carlos Sánchez [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] http://jakarta.apache.org/struts/userGuide/building_view.html#struts-el -Mensaje original- De: PhilNoon [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 08 de octubre de 2003 19:38 Para: [EMAIL

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

2003-10-09 Thread PhilNoon
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

tiles-defs.xml and dynamic page titles: how to do?

2003-10-09 Thread PhilNoon
I am using tiles. I define the title of a web page in tiles-defs.xml as in this snippet: definition name=tiles.customer.title.parcels extends=tiles.default.layout put name=title value=Customer Consignment Note/ put name=content value=/pages/customerTitleParcels.jsp/ /definition

Re: tiles-defs.xml and dynamic page titles: how to do?

2003-10-09 Thread PhilNoon
controller to the title attribute from the TilesContext and append the customer name. HTH, Matt -Original Message- From: PhilNoon [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 10:30 AM To: [EMAIL PROTECTED] Subject: tiles-defs.xml and dynamic page titles: how to do? I am

Equivalent of tiles:put name=title beanName=X beanProperty=Y/ in a definition?

2003-10-08 Thread PhilNoon
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? -

Tiles-EL?

2003-10-08 Thread PhilNoon
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

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

2003-10-08 Thread PhilNoon
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