Salve a tutti,
con i displaytag libraries di struts ho il seguente problema:
non riesco a far leggere i nomi delle intestazioni colonne dentro un file di properties.
ecco cosa dice il manuale a riguardo:
Resource key used to lookup the title value. Only works if "title" is not defined. Works together with a
configured I18nResourceProvider, specified via the displaytag.properties file. By default, if JSTL is available,
the JSTL provider is used, which makes this attribute work the same as fmt:message's key property.
Il displaytag.properties l'ho messo dentro la stessa cartella del file principale delle risorse delle applicazioni però non ha nessuna intenzione di leggerlo.
Come posso fare?