Re: Tiles - Application Resources problem

2004-05-12 Thread Marco Rossi
Perfect. Thanks Mark! > Da: Mark Lowe <[EMAIL PROTECTED]> > Data: Wed, 12 May 2004 09:23:07 +0200 > A: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Oggetto: Re: Tiles - Application Resources problem > > > > > > or > > >

Re: Tiles - Application Resources problem

2004-05-12 Thread Mark Lowe
or or in tc5 with el on On 12 May 2004, at 09:13, Marco Rossi wrote: Hi, I want to set the title of my jsp page in the tiles definition file. So I have the following situation: and in classicLayout … But I need to have something like this: "/> to hav

Tiles - Application Resources problem

2004-05-12 Thread Marco Rossi
Hi, I want to set the title of my jsp page in the tiles definition file. So I have the following situation: and in classicLayout … But I need to have something like this: "/> to have a multilingual title. Any suggestion? _