OK, thanks ... it works but the dynamic value (for example {0}) are not
replaced correctly .. it's like bean:message replace {0} for eaxmple by
'null' so the generated html give me something like :

null null trouves affichage de null null

With this message :

front.actu.paging.banner.all_items_found = {0} {1} trouves affichage de {2}
{1}

I also tryed to escape '{' and '}' (i.e. \{ and \}) but it don't work ...
any idea ?

Thanks ;)



2008/1/22, Ed Webb <[EMAIL PROTECTED]>:
>
> Olivier Revollat wrote:
> > Hello !
> >
> > I would like to do someting like this :
> >
> > *<*
> >
> > *display:setProperty name="basic.msg.empty_list " value="<bean:message
> > key=' front.actu.basic.msg.empty_list' />" />*
> No No NO! You cannot nest a jsp tag inside another!
>
> You need to use the other form of setProperty:
>
> <display:setProperty name="*basic.msg.empty_list*">*<bean:message key="
> front.actu.basic.msg.empty_list"/>*</display:setProperty>
>
>
> <
> http://displaytag.sourceforge.net/10/tagreference-displaytag-12.html#setProperty
> >
>
> Ed!
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to