Hi > <package name="front" extends="struts-default">
Add namespace attribute like this namespace="/front" > However, when I run "mvn jetty:run", Struts 2 doesn't find the action > "front/home.action". I looked in the target directory as well as in the war > file packaged with the command "mvn package", and I saw that front.xml was > NOT included in WEB-INF/classes/net/ruready/web/front. How can I include it? Put fron.txml file with whole path under src/main/resources, maven only looks for classes from src/main/java and all other *.proeprties, *.xml should be unser src/main/resources Regards -- Lukasz http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]