2009/5/13 KE LI <hkustli...@gmail.com>: > 15545 [http-8080-2] ERROR org.apache.struts2.dispatcher.Dispatcher - > Could not find action or result > There is no Action mapped for namespace / and action name main.css. - > [unknown location]
You changed mapping for Action Servlet, right now it will catch all request and try to find actions base on request path, this is what you have in logs. You can implement your own version of RequestProcessor which will treat defined resource normally and add it to struts-config.xml, take a look on that <controller processorClass="org.apache.struts.tiles.TilesRequestProcessor" /> Regards -- Lukasz http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org