thanks Lukasz, but I get the same error. my welcome file is index.html, so first of all it complains:
HTTP 404 - There is no Action mapped for namespace / and action name index.html But now I can access my actions without the .action in the URL. The problem is that the CSS's dont display, I presume that it's requesting style.css and because of the new configuration it's expecting style.css to be an action... -- My configuration: <constant name="struts.action.extension" value=""/> --> in struts.xml <filter-mapping> <filter-name>struts2</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> --> in web.xml thanks in advance!! 2012/7/10 Łukasz Lenart <lukasz.len...@googlemail.com> > 2012/7/10 lucas owen <sr.ilus...@gmail.com>: > > <filter-mapping> > > <filter-name>struts2</filter-name> > > <url-pattern>*</url-pattern> > > </filter-mapping> > > It should be /* > > And what kind of error do you have with css ? > > > Regards > -- > Łukasz > mobile +48 606 323 122 http://www.lenart.org.pl/ > Warszawa JUG conference - Confitura http://confitura.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >