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
er Subject: plugin config confusion Hi, I'm a bit confused about how you pass config params to a plugin. The plugin API has no mechanism to set the PluginConfig for a particular plugin. The tiles plugin has a method called: setCurrentPlugInConfigObject(PlugInConfig plugInConfigObject) and

plugin config confusion

2004-11-24 Thread Nathan Coast
Hi, I'm a bit confused about how you pass config params to a plugin. The plugin API has no mechanism to set the PluginConfig for a particular plugin. The tiles plugin has a method called: setCurrentPlugInConfigObject(PlugInConfig plugInConfigObject) and the javadocs state that this is called by