Re: Cant get css, js files if not using .do extension

2009-05-12 Thread Lukasz Lenart
2009/5/13 KE LI : >  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

Cant get css, js files if not using .do extension

2009-05-12 Thread KE LI
Dear all, I had met a strange problem: If I modified the struts.xml file and I dont want to use .do extension for actions. I set it as "/* ". For example, the previous link is http://localhost:8080/test.do. Now after modification it becomes: http://localhost:8080/test. But when I restart the