DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30424>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30424 possible enhancement on bootup (or proving how little I know)... [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.1 Milestone ------- Additional Comments From [EMAIL PROTECTED] 2004-07-31 21:59 ------- I'm probably missing something but can't you just use a simple PlugIn to do this in the struts-config.xml? <plug-in className="myPackage.MyPlugIn"> <set-property property="example/exampleParam" value="example-value"/> </plug-in> It would be easy to create one to read in your .properties file <plug-in className="myPackage.MyPlugIn"> <set-property property="prefix" value="example/"/> <set-property property="properties-file" value="/WEB-INF/my.properties"/> </plug-in> .. or even better - use the DigestingPlugIn that ships with struts: http://demo.jgsullivan.com/struts/DigestingPlugIn.html Niall --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
