JSF Resource Bundle messages.properties file location in NetBeans IDE
How to Create message.properties file in JSF Project in NetBeans
- The message.properties file holds the custom messages which is further configured in faces-config.xml in JSF Project. It is created in Class path of java. To create the file,
Go to New > File > Other (Categories) > File Types (Properties File) - Give the Filename as message. And the Folder as the JAVA class path.
- To know more how to configure message.properties and Resource bundle. Visit the below tutorial.
JSF and Resource Bundles example – JSF Tutorial Part 8
0 Comments
Comments
Leave a Comment