Injecting values into struts.xml

2008-04-29 Thread Alberto A. Flores
Does anyone know if it's possible to inject values into struts.xml (something like PropertyConfigurer does in Spring)? Thanks! -- Alberto A. Flores http://www.linkedin.com/in/aflores - To unsubscribe, e-mail: [EMAIL

Re: Injecting values into struts.xml

2008-04-29 Thread Laurie Harper
Alberto A. Flores wrote: Does anyone know if it's possible to inject values into struts.xml (something like PropertyConfigurer does in Spring)? I couldn't find a PropertyConfigurer class in Spring; perhaps you meant PropertyPlaceholderConfigurer or PropertyOverrideConfigurer? In any case,

Re: Injecting values into struts.xml

2008-04-29 Thread Dave Newton
--- Laurie Harper [EMAIL PROTECTED] wrote: Alberto A. Flores wrote: Does anyone know if it's possible to inject values into struts.xml (something like PropertyConfigurer does in Spring)? I couldn't find a PropertyConfigurer class in Spring; perhaps you meant