Re: hiding .action in url in struts 2

2008-01-22 Thread neha bhatt
uillaume Carré >> >> --------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/hiding-.ac

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

hiding .action in url in struts 2

2007-09-07 Thread Mirbek Nosinov
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 How can i do it? Thanks in advanced