Great ! A chance I saw this mail, it was lost in the flow of my private cvs notifications...
Thank you very much, the Velosurf community will soon benefit of this brand new feature. CloD ----- Original Message ----- From: "Nathan Bubna" <[EMAIL PROTECTED]> To: "Claude Brisson" <[EMAIL PROTECTED]> Sent: Friday, April 16, 2004 10:47 PM Subject: Fw: cvs commit: jakarta-velocity-tools/src/java/org/apache/velocity/tools/view ToolboxRuleSet.java ViewToolInfo.java > > nbubna 2004/04/16 13:36:12 > > > > Modified: src/java/org/apache/velocity/tools/view ToolboxRuleSet.java > > ViewToolInfo.java > > Added: src/java/org/apache/velocity/tools/view/tools > > Configurable.java > > Log: > > Add support for configuring tools via the toolbox definition > > hey claude, just wanted to be sure you saw this since you were one of the > first to request this. > > just have your tools implement the Configurable interface, add the parameters > like so: > > <tool> > <key>foo</key> > <scope>application</scope> > <class>foo.Tool</scope> > <parameter name="this" value="that" /> > </tool> > > and you're good to go. > > Nathan Bubna > [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
