> <constant name="struts.action.extension" value="example" />
If you do not want to add the .example extension to your URLs you will have to set this to an empty string. > According to docs following path "http://contextroot/do/this is an > example" > should invoke view method, but i get 404 code. > Even struts filter does not handle this request. > > For this mapping works only this path "http://contextroot/do.example" > despite the documentation (should run without .example). > > What can I do? > What does your web.xml look like? I guess you are mapping *.example to the struts filter rather than everything. Philip --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]