Hi, guys: I should have made it clearer. Once I declare plugin in my struts-config file as below, is there any way to get the property value in my plugin's init() method?
thanks --- mobile q <[EMAIL PROTECTED]> wrote: > 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] > __________________________________ 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]

