I've just done this actually.
Make it a report and override the isExternalReport()
method to return true;
then you don't need to use the Sink
at all.
Kind regards,
Dave Sag
Jose Gonzalez Gomez <[EMAIL PROTECTED]>
wrote on 24-11-2005 15:46:55:
> Is there any way to fire the execution o
Is there any way to fire the execution of a plugin whenever the site
plugin is executed? I would like to add some dinammically generated
content to the site, but I don't want to use the report mechanism, as
this forces me to use the Sink interface to write content, doesn't it?
Or can I turn my plug