Re: [Chain] Parametizing commands?

2008-09-09 Thread Rahul Akolkar
On Tue, Sep 9, 2008 at 4:19 PM, [EMAIL PROTECTED] wrote: It turns out that (as you probably know) it is possible to parametize commands in the catalog XML file. (I should point out that the documentation of the format of the XML file is either missing or in a hard-to-find place; I couldn't

[Chain] Parametizing commands?

2008-09-05 Thread Peter_Ford
I'm looking for a way to decouple the context keys used in a command from the actual context keys used at runtime. Here's an example: Here's a really simple command that just concatenates two strings from the context - the keys are A and B and the concatenated output goes in C: public class

Re: [Chain] Parametizing commands?

2008-09-05 Thread Niall Pemberton
On Fri, Sep 5, 2008 at 5:49 PM, [EMAIL PROTECTED] wrote: I'm looking for a way to decouple the context keys used in a command from the actual context keys used at runtime. Here's an example: Here's a really simple command that just concatenates two strings from the context - the keys are A