The problem seems to be that Struts is looking for the resource with the en_US locale. One way to fix the problem is to use <html:html locale="false"> and </html:html> to enclose the <body> of your document.
Jerome
The problem seems to be that Struts is looking for the resource with the en_US locale. One way to fix the problem is to use <html:html locale="false"> and </html:html> to enclose the <body> of your document.
Jerome