> i've tried (in flowscript) somethign like this :
> var holder =
> cocoon.getComponent(Packages.org.apache.cocoon.components.modules.input.SitemapVariableHolder.ROLE);
> var conf =
> Packages.org.apache.avalon.framework.configuration.DefaultConfiguration("send-from");
> conf.setValue("test");
> holder.configure(conf);
>
> but it does not work
IIUC looking at the Configuration docs [1] the string of the constructor
must been a xml, probably like the configuration of global-variables in
the sitemap.
[1]
http://excalibur.apache.org/apidocs/org/apache/avalon/framework/configuration/Configuration.html
--
Daniele Madama (http://www.danysoft.org)
Pro-netics S.r.l. (http://www.pronetics.it)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]