Press enter to see results or esc to cancel.


JSF Resource Bundle messages.properties file location in NetBeans IDE

How to Create message.properties file in JSF Project in NetBeans

  1. 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)

  2. Give the Filename as message. And the Folder as the JAVA class path.
  3. To know more how to configure message.properties and Resource bundle. Visit the below tutorial.
    JSF and Resource Bundles example – JSF Tutorial Part 8

Comments

Leave a Comment