@Wes, I looked at both the 2.1.6 (that I'm using) and online svn followed the 2.0.6 tag.
On Mon, Jun 22, 2009 at 11:13 AM, Wes Wannemacher <w...@wantii.com> wrote: > Which version of the source were you looking through? I recently did > some work with DefaultActionMapper, and this might be something that > has been fixed since 2.0.6. > > -Wes > > On Mon, Jun 22, 2009 at 11:04 AM, Greg Lindholm<greg.lindh...@gmail.com> > wrote: > > From looking at the source it doesn't look like it should be adding the > > .action extension so I would suggest you run it in the debugger and break > in > > DefaultActionMapper and see where the .action is coming from. > > > > On Mon, Jun 22, 2009 at 10:44 AM, Bhaarat Sharma <bhaara...@gmail.com > >wrote: > > > >> my Struts version is 2.0.6 > >> @Greg...I tried what you suggested..it works but not quite. > >> > >> "redirect:MyAction.action?param1=value1¶m2=value2" > >> > >> turns into the following url > >> MyAction.action?PageSize=50&pageIndex=3.action > >> > >> problem is that it adds '.action' to the end... >