Re: tile attribute as message key?

2003-07-03 Thread Marc BEGUIGNEAU
Hi, I use a similar method: My solution is to put in the session a string who is the message key and then in my jsp page i just display this. My code look like this: In the action -- String message = new String("input.sucess"); request.setAttribute("mess

Re: tile attribute as message key?

2003-07-03 Thread Sandeep Takhar
tiles:importAttribute with bean:message name="" sandeep --- Henrik Lindqvist <[EMAIL PROTECTED]> wrote: > > Hi All, > > Is there any easy way to use a tile definition > attribute as > an bean:message key? > > Or do you have to useAttribute to declare a Java > variable, > and then > > ...ve

tile attribute as message key?

2003-07-03 Thread Henrik Lindqvist
Hi All, Is there any easy way to use a tile definition attribute as an bean:message key? Or do you have to useAttribute to declare a Java variable, and then ...very awkward. / h e n r i k - To unsubscribe, e-mail: [EMAIL