RE: Repost: getting property value through Struts plugin?

2003-11-06 Thread Wendy Smoak
> If I define plugin class and declare the following in > struts-config file: > > > > How can I get the above property value in one of > my action classes? Well it's obviously possible, since TilesPlugIn and ValidatorPlugIn do it. I looked at the source of ValidatorPlugIn, and there's no cod

Re: Repost: getting property value through Struts plugin?

2003-11-06 Thread mobile q
Thanks, so there is no way for plugin to get its properties from struts-config file? --- mobile q <[EMAIL PROTECTED]> wrote: > 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 >

Re: Repost: getting property value through Struts plugin?

2003-11-06 Thread Hubert Rabago
Have you tried looking at the TilesPlugin source? There's a method named findStrutsPlugInConfigProperties which sounds like it's what you're looking for. --- mobile q <[EMAIL PROTECTED]> wrote: > Hi, guys: > > I should have made it clearer. Once I declare > plugin in my struts-config file as bel