Re: hiding .action in url in struts 2

2008-01-22 Thread neha bhatt
Hi, struts.action.extension= it works.. but there is no longer I can access the files with extension. like .js, .css.. etc, I get : There is no Action mapped for action name struts/xhtml/styles.css. - [unknown location] for each url Mirbek Nosinov wrote: > > thanks. it works > i tried just >

Re: hiding .action in url in struts 2

2007-09-07 Thread Mirbek Nosinov
thanks. it works i tried just struts.action.extension= and it works 2007/9/7, Guillaume Carré <[EMAIL PROTECTED]>: > > 2007/9/7, Mirbek Nosinov <[EMAIL PROTECTED]>: > > How to hide .action extension in url for my actions > > > > for example > > if i have url for my action like > > http://localho

Re: hiding .action in url in struts 2

2007-09-07 Thread Guillaume Carré
2007/9/7, Mirbek Nosinov <[EMAIL PROTECTED]>: > How to hide .action extension in url for my actions > > for example > if i have url for my action like > http://localhost:8080/cms2/StartPage.action > > but i need like > http://localhost:8080/cms2/StartPage you can modify the extension in struts.pro