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>

Then in my jsp, I have:

  <tiles:getAsString name="title"/>

Which outputs "Customer Consignment Note" as expected.

Now my client wants the title to read "Consignment Note for XXXX" where xxxx
is the customer's name.

Does anyone have an idea how to do this?




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

Reply via email to