I'm not really sure and I cannot reproduce but one of the solutions about seems to work fine.
1) based in a Application Server. I know lamp coders use the apache mod_rewrite to solve this issue. 2) have you try this: <action name="*/*/*/text.action" ,,,> <param name="first">{1}</param> ... remember to scape the slashes. 2008/12/10 AndersLandberg <[EMAIL PROTECTED]> > > For a CMS project I require the following functionality: > > Translate/map a URL like > 'http://www.mydomain.com/marketnews/asiapacific/latest' into an action > with > request parameters 'marketnews', 'asiapacific', 'latest'. > > Background: > > I have a virtual file/folder system in a database and want to map a URL > into > the file system to retrieve content. > > Alternatively, I have used this method in the past: > > http://www.mydomain.com/content.action?path=marketnews/asiapacific/latest > > > Thank you for suggestions and comments. > > Anders > -- > View this message in context: > http://www.nabble.com/smart-URLs-tp20930432p20930432.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >