> Suppose you want to aggregate cacheable.xsp and have it cached for > different values of 'param'. Then, you need to aggregate it using: > > cocoon://path/cacheable?param=some-value > > Instead of just: > > cocoon://path/cacheable > > Latter will also work but it has system ID which does not change thus > content aggregator will re-create response every time param value > changes (because CA key consist from system IDs)
Now I understand--I didn't realize you could do this. But in my case param is "page-number"! I would need to have one sitemap entry for each page number? cocoon://path/cacheable?page-number=1 cocoon://path/cacheable?page-number=2 cocoon://path/cacheable?page-number=3 cocoon://path/cacheable?page-number=4 etc... ??? Thanks, Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]