I wo开发者_高级运维nder, why do JSF properties files not accept non-ASCII characters in Eclipse?
In my web application I have to send email to set of predefined users like finance@xyz.example, so I wish to add that to a .properties file and access it when required. Is this a correct procedure, if
I have some properties file in /WEB-INF. And I want开发者_如何学JAVA to load it in a JSF managed bean. Is there any way to do that?Use either ExternalContext#getResource() or ExternalContext#getResour
I want to know if it is possible to get an ant script to reference 2 different .properties files at once, and if so, how to accomplish this.