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, I'm not familiar with those classes so I'm not sure what you mean by 'inject values into struts.xml'. How would you 'inject values' into an XML file?

If your question is whether there's a way to specify configuration values in a properties file instead of in struts.xml then you can use do that by putting them in struts.properties.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to