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

2003-10-09 Thread PhilNoon
L PROTECTED] > You could use a Tiles 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

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: Then in my jsp, I have: Which outputs "Customer Consignment Note" as expected. Now my client wants the title to read "Consignment Note for " where is the customer's name. Does

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

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

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

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

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

Tiles-EL?

2003-10-08 Thread PhilNoon
y 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: > > > > > > > > However, tag used in definitions doesn'

Equivalent of in a definition?

2003-10-08 Thread PhilNoon
In a JSP I can use the following syntax to grab a value from a bean: However, tag used in definitions doesn't seem to have any equivalent functionality. Can anyone help? - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi