Re: Unable to find keys located in .properties file

2015-03-12 Thread Jeanderson
I didn't mentioned that I'm running on Tomcat 7, sorry about that. Yep, Tomcat and Eclipse might be trolling me. I tried running with Jetty. I noticed that it seems ignores the "welcome-file-list" property from "web.xml" because I got an exception when accessing "localhost:8080/message_resource".

Re: Unable to find keys located in .properties file

2015-03-12 Thread Lukasz Lenart
Just cloned your repo and started the app with mvn jetty:run and pointed browser to http://localhost:8080/message_resource/register - everything looks good :) I think Eclipse is cheating you ;-) 2015-03-12 13:50 GMT+01:00 Jeanderson : > Hi Lukasz, > > Actually the resource file is located in an a

Re: Unable to find keys located in .properties file

2015-03-12 Thread Jeanderson
Hi Lukasz, Actually the resource file is located in an action folder as the documentation suggests: * Register.properties - https://github.com/jeandersonbc/labs-struts2/tree/hotfix/tutorial/message_resource */src/main/resources/lab_struts/tutorial/message_resource/action* * Register.java - https: