Re: mapping actions to names with periods

2015-04-29 Thread Lukasz Lenart
2015-04-29 22:37 GMT+02:00 Adam Brin : > We have a couple of cases where we need to map struts actions to names with > periods in them (e.g. /sitemap.xml ). Is there any way to handle this? > We've disabled the struts.action.extension so we don't need the .action at > the end: > > > > > B

mapping actions to names with periods

2015-04-29 Thread Adam Brin
We have a couple of cases where we need to map struts actions to names with periods in them (e.g. /sitemap.xml ). Is there any way to handle this? We've disabled the struts.action.extension so we don't need the .action at the end: But, it seems like struts will not map an action to @Act