I am using the Andromda Struts cartridge to generate the Action, Form, JSP and the
struts-config.xml files. I have a few questions about the Struts files generation
1. The generated JSP uses several keys that it expects to find in a properties file.
Can I generate the properties file also (at least the keys and maybe some default
values)? How can I do that?
2. I manually created the properties file and put it in web.war (using the car rental
war as an example). However, when I try to access the JSP I get the following error.
What am I doing wrong?
org.apache.jasper.JasperException: Missing message for key title.HeaderCreationPage
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)