Struts message mechanism use Java ResourceBundle to load language
bundle resource, it's follow Java ResourceBundle's rule.
I would like to recommend you to look at Java's Internationalization technic
http://java.sun.com/docs/books/tutorial/i18n/resbundle/index.html
Struts offer configuration for r
> 1) Why does the globalResources.properties live under /WEB-INF/classes? Is
> there a way to configure this differently?
I'm not an expert but I'll try to help...
The properties file is loaded using a ClassLoader. So the short
answer is that the /WEB-INF/classes folder is on the class path by
d
Hello,
I am having trouble understanding how the message tag and the resource bundle
work together.
Let me try and summarize. I have gone through the O'Reilly book and I see how
the resoruce bundle and the bean:message tag work, but would like a little more
in-depth understanding:
In a jsp
3 matches
Mail list logo