I belive that you can do it in many ways. Try first:

value="<fmt:message key='key.contact'/>" 

or 

value='<fmt:message key="key.contact"/>'

You can not nest tag libs using the same " or ' repeatedly. You must have 
alternate them. I have already faced this sort of problem before. In my case 
this approach have solved.

And finally:

<display:setProperty name="paging.banner.item_name">
     <fmt:message key="key.contact"/>
</display:setProperty>

This last one I have never tried before. I do believe there are more feasable 
ways, just make some researchs.

Best Regards,
José Renato.


David Chang escreveu:
> I am using displaytag 1.1 to show a list of contacts.
> I know for columns, I can use titleKey to show a
> different language. Now I am stuck in doing the same
> thing for paging.banner.item_name such as the
> following:
>
> <display:setProperty name="paging.banner.item_name"
> value="contact"/>
>
> I put the following jsp tag inside the value attribute
> as follows, but it did not work. 
>
> value="<fmt:message key="key.contact"/>"
>
> Any "titleKey" attribute for setProperty tag? Any way
> to solve this problem?
>
> Thanks!
>
>
>
>
>       
> ____________________________________________________________________________________
> Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
> and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
>
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to