Re: Case insensitive action mappings

2007-10-21 Thread Paul Benedict
I believe I tried this once but there were too many places within the Controller that did String.equals ( ) somewhere else. However, I will make a ticket to accomplish this in 1.4 Paul On 10/19/07, Cool Coder <[EMAIL PROTECTED]> wrote: > > >>I think this idea is cool. > Thanks. But that does no

Re: Case insensitive action mappings

2007-10-19 Thread Cool Coder
>>I think this idea is cool. Thanks. But that does not work, buddy. Do you think, I miss something. I tried to use customized action mapping map instead of struts Action mapping hashmap. But the action mapping map is always BLANK , why ??? -BR Paul Benedict <[EMAIL PROTECTED]> wrote:

Re: Case insensitive action mappings

2007-10-19 Thread Paul Benedict
I think this idea is cool. On 10/19/07, Cool Coder <[EMAIL PROTECTED]> wrote: > > Hi, > There is a requirement in my project to make all action mappings case > insensitive i.e. login.do is same as Login.do. Somebody suggested me to > use custom moduleconfig, something like > > class MyModul