Hi at all!

We are having problem to make the program multi language, with the
tables generated by displaytag.

I want that display tag reads from a file the header of each table,
and as far as I know I have to put in the displaytag.properties (which
is in the root of the classpath): the following:

#or I18nJstlAdapter or I18nStrutsAdapter
locale.resolver=org.displaytag.localization.I18nSpringAdapter
#or I18nJstlAdapter or I18nStrutsAdapter
locale.provider=org.displaytag.localization.I18nSpringAdapter

and for instance in the messages.properties (which is in the root of
the classpath):

draftEdit.invoice.number=Invoice Number

and in the column tag of the JSP:
<display:column property="invoiceNumber"
titleKey="draftEdit.invoice.number" sortable="true"/>



If I do that, I cant have a good result, because in the header of the
column appears the invoiceNumber instead of "Invoice Number".

Have I got to configure something more in the spring context?? Or what
thing dont I have configured??


Any help is welcome.

Thanks

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to