Re: Actions with wildcards

2005-04-30 Thread Joe Germuska
At 6:05 AM -0700 4/30/05, rmanchu wrote: Joe Germuska wrote: You'll see that it goes through all of its configs before returning, which means that the last match should win. It's not explicitly documented as such in the JavaDoc. Hope that helps. Joe thanx joe. ok i guess that means and intellig

Re: Actions with wildcards

2005-04-30 Thread rmanchu
Joe Germuska wrote: You'll see that it goes through all of its configs before returning, which means that the last match should win. It's not explicitly documented as such in the JavaDoc. Hope that helps. Joe thanx joe. ok i guess that means and intelligent ordering of the actions should get

Re: Actions with wildcards

2005-04-30 Thread Joe Germuska
I haven't run any serious tests with this, but the ActionConfigs are all managed in lists, which means that they are stored in the order in which Struts encounters them while reading config files. The key class here is ActionConfigMatcher, which has all responsibility for matching a String path