I had a sample HelloWorld Example of Struts 2 from web. Its struts.xml contains: <struts> <package name=\"default\" extends=\"struts-default\">
This is my struts config file: The root of my project is StrutsProject. <?xml version=\"1.0\" encoding=\"UTF-8\" ?>
On default I want my struts2 app to forward to an action: <?xml version=\"1.0\" encoding=\"UTF-8\" ?>