Thanks for the info. It was very helpful. -Muthu -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Craig McClanahan Sent: Tuesday, November 08, 2005 6:49 PM To: Jakarta Commons Users List Subject: Re: [Chain] - Settable Parameter Question.
On 11/8/05, Ramaswamy, Muthu <[EMAIL PROTECTED]> wrote: > > Hi All- > > I believe one can define (settable) parameters in the Catalog file for > each command. Is it true? Yes. If yes, where I can find the proper syntax to define the parameters. Any > sample file/segment would help. Commons Chain uses Commons Digester to parse the configuration file, and tries to match (nearly) all attributes you specify on a <command> element to a corresponding property on the implementation class. So, if you have a Command class "mypackage.Foo" that has properties "bar" and "baz", you can configure them like this: <command className="mypackage.Foo" bar="bar value" baz="baz value"/> Craig Thanks. > > -Muthu Ramaswamy > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]