This is the template struts application that comes with the struts download. I am trying to determine how to import it into MyEclipse. What I did was to create a web project. Then I did a drag and drop from Windows Explorer into the Package Explorer.
I start my WebLogic 8.1 server and when I try to go to the web page I get this error message:
javax.servlet.jsp.JspException: Missing message for key “welcome.title” in bundle “(default bundle)” for locale en_US
at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:230)
at jsp_servlet._pages.__welcome._jspService(__welcome.java:173) etc etc
There are no .tld files in the struts-blank-1.3.5.war file (which is what I think that it is complaining about). But when I place the war file in my WebLogic deployment directory it deploys the app just fine.
I am new to struts and to Eclipse. Any advice, threads, etc that you can point me towards regarding bringing existing web apps into MyEclipse would be greatly appreciated!