RE: plugin config confusion

2004-11-24 Thread David G. Friedman
o the SVN Repository" today. :) -Original Message- From: Nathan Coast [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 8:02 PM To: Struts Users Mailing List Subject: Re: plugin config confusion thanks Craig, David, hmmm Craig David is a crap pop singer but that's

Re: plugin config confusion

2004-11-24 Thread Nathan Coast
thanks Craig, David, hmmm Craig David is a crap pop singer but that's another story. kinda obvious really, for my info, what is passed in the properties in the PluginConfig? Craig McClanahan wrote: When you include a nested element (as you did in your example below), Struts expects your PlugIn

Re: plugin config confusion

2004-11-24 Thread Craig McClanahan
When you include a nested element (as you did in your example below), Struts expects your PlugIn implementation class to have a corresponding public property setter method that can be used to pass on that value. Thus, if you have: then your MyPlugIn class must have a setFoo() method

RE: plugin config confusion

2004-11-24 Thread David G. Friedman
Nathan, Can't you just add getters and setters to your mypluginclass so set-property works directly on them? *scratches his head in confusion* That seems to be the way the DigestingPlugIn does it in the example application. v1.2.4 frozen cvs DigestingPlugIn code from it's WEB-INF/struts-config.x