RE: Setting actions in sitemap

2002-05-22 Thread Mike Ash
Title: RE: Setting actions in sitemap That is what I was missing, thanks! -Original Message- From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 10:11 AM To: [EMAIL PROTECTED] Subject: Re: Setting actions in sitemap Setting actions in sitemapOops

RE: Setting actions in sitemap

2002-05-22 Thread Graaf, Edgar de (fin)
-Oorspronkelijk bericht- Van: Mike Ash [mailto:[EMAIL PROTECTED]] Verzonden: woensdag 22 mei 2002 17:05 Aan: '[EMAIL PROTECTED]' Onderwerp: Setting actions in sitemap I have an action defined as first off is this possible? [Graaf, Edgar de (fin)] ->Yes I have it ru

Re: Setting actions in sitemap

2002-05-22 Thread Konstantin Piroumian
Setting actions in sitemapOops, typo... Mike, configuring actions on their declaration differ from passing params in a pipeline. Your --> action <-- should implement Configurable interface to be configured. See how the other actions are configured (you can extend one of the *Configurable*Action

Re: Setting actions in sitemap

2002-05-22 Thread Konstantin Piroumian
Title: Setting actions in sitemap Mike,   configuring actions on their declaration differ from passing params in a pipeline. Your pipeline should implement Configurable interface to be configured. See how the other actions are configured (you can extend one of the *Configurable*Action classes