Hi, I try to get a property value after application start up.
My question is, can I do it through plugin? If I define plugin class and declare the following in struts-config file: <plugin className = "myPluginClass"> <set-property property="key" value="myValue"/> </plugin> How can I get the above property value in one of my action classes? thanks in advance. __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

