Re: ActionMapper Wiki doc error

2009-09-22 Thread Wes Wannemacher
We had renamed the redirectAction result a while back but a lot of that logic was hard-coded into the default action mapper. I had it open to fix some bug (https://issues.apache.org/struts/browse/WW-3129) so I went ahead and updated it to use the camelCase as well. This changed happened after 2.1.6

Re: ActionMapper Wiki doc error

2009-09-22 Thread Greg Lindholm
Nope. I'm running 2.1.6 and looking at the 2.1.6 DefaultActionMapper source code and it says "redirect-action". There were other changes like the "redirectAction" result name that happened as part of the 2.1.6 release. On Tue, Sep 22, 2009 at 1:56 PM, Musachy Barroso wrote: > wasn't that change

Re: ActionMapper Wiki doc error

2009-09-22 Thread Musachy Barroso
Users Mailing List > Subject: Re: ActionMapper Wiki doc error > > wasn't that changed before 2.1.6? > > On Tue, Sep 22, 2009 at 10:25 AM, Greg Lindholm > wrote: >> OK so this is a change.  Since the wiki isn't versioned I suggest it needs a >> note explaining

RE: ActionMapper Wiki doc error

2009-09-22 Thread McDowell, Paula
Figures it came directly from LS. . . I want to send an email too. -Original Message- From: Musachy Barroso [mailto:musa...@gmail.com] Sent: Tuesday, September 22, 2009 12:57 PM To: Struts Users Mailing List Subject: Re: ActionMapper Wiki doc error wasn't that changed before 2.1.6

Re: ActionMapper Wiki doc error

2009-09-22 Thread Musachy Barroso
wasn't that changed before 2.1.6? On Tue, Sep 22, 2009 at 10:25 AM, Greg Lindholm wrote: > OK so this is a change.  Since the wiki isn't versioned I suggest it needs a > note explaining in 2.1.6 and earlier the prefix is "redirect-action".   (I > also hope this change gets noted in the release no

Re: ActionMapper Wiki doc error

2009-09-22 Thread Greg Lindholm
OK so this is a change. Since the wiki isn't versioned I suggest it needs a note explaining in 2.1.6 and earlier the prefix is "redirect-action". (I also hope this change gets noted in the release notes when it is released since it will break existing code.) On Tue, Sep 22, 2009 at 12:50 PM, W

Re: ActionMapper Wiki doc error

2009-09-22 Thread Greg Lindholm
Ok, it appears I can edit now. Thanks. On Tue, Sep 22, 2009 at 12:10 PM, Musachy Barroso wrote: > Hi Greg, I could edit it, but I want to get this permission problem > sorted out, can you try again and let me know if you can edit? > > thanks > musachy > > On Tue, Sep 22, 2009 at 8:50 AM, Greg Li

Re: ActionMapper Wiki doc error

2009-09-22 Thread Wes Wannemacher
This changed between 2.1.6 and now... I updated DefaultActionMapper to use redirectAction (since everywhere else refers to it that way). The docs are wrong because it is a snippet that points to the source. -Wes On Tue, Sep 22, 2009 at 12:10 PM, Musachy Barroso wrote: > Hi Greg, I could edit it,

Re: ActionMapper Wiki doc error

2009-09-22 Thread Musachy Barroso
Hi Greg, I could edit it, but I want to get this permission problem sorted out, can you try again and let me know if you can edit? thanks musachy On Tue, Sep 22, 2009 at 8:50 AM, Greg Lindholm wrote: > The wiki doc for ActionMapper [1] appears to have an error: the Redirect > Action prefix is do

ActionMapper Wiki doc error

2009-09-22 Thread Greg Lindholm
The wiki doc for ActionMapper [1] appears to have an error: the Redirect Action prefix is documented as "redirectAction" where the 2.1.6 DefaultActionMapper source code and javadoc [2] has it as "redirect-action". I tried to edit and fix the wiki but permission was denied. Can someone with permiss