Bart Molenkamp wrote:

Hello,

Is it possible to reconfigure a single component without having to
restart Cocoon (for development purposes only)?
Sure. Place your config in external file. Pass the filename in component configuration. Read and cache components config from file. Every time you invoke logic in your component make it check cached config validity. If invalid (file changed) - reread.
Maybe this is not OOTB but you can peek at some existing examples (like FormValidatorAction for example).


--
Leszek Gawron                                      [EMAIL PROTECTED]

Reply via email to