On Thursday 15 November 2001 12:58 pm, you wrote:
> Can you handle situations using this approach where the data changes
> meanwhile? Does the setup() runs only once at Cocoon initialization or it
> runs once at every page request?

setup() is called for each request. If you need to do stuff just 1x ever, you 
can make your transformer Initializable and you can do that in the 
initialize() method.

> Thanks for the pieces of advice,

no problem.
-pete

-- 
peter royal -> [EMAIL PROTECTED]

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to