Joe Germuska wrote:
Note that it's also possible to override the "determineBeanName" method in DelegatingActionProxy so that you could use some different logic -- for example, use the "parameter" property of the ActionMapping to specify a single Spring bean name instead of dealing with the volatile path. (In Struts 1.3 you can set any number of properties on an ActionMapping without having to subclass it, which further opens up the amount of information you could externalize to the struts-config.xml file.)
Not if you're using wildcard action paths, unfortunately; the two features don't play well together...
L. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]