Re: Session attribute change within aggregation

2002-04-12 Thread KOZLOV Roman
Hello, Vadim thank you for your advice. It helped me. I was busy some time and had postponed this problem. Unfortunatelly it still remains. I've found out that WildcardSessionAttributeMatcher (I'm using Cocoon 2.0.1) doesn't see session attributes changed or created before in the same

RE: Session attribute change within aggregation

2002-04-12 Thread Vadim Gritsenko
From: KOZLOV Roman [mailto:[EMAIL PROTECTED]] Hello, Vadim thank you for your advice. It helped me. I was busy some time and had postponed this problem. Unfortunatelly it still remains. I've found out that WildcardSessionAttributeMatcher (I'm using Cocoon 2.0.1) doesn't see

Re: Session attribute change within aggregation

2002-04-12 Thread KOZLOV Roman
Thank you very much for the lesson. I'll try another way. Roman Vadim Gritsenko wrote: From: KOZLOV Roman [mailto:[EMAIL PROTECTED]] Hello, Vadim thank you for your advice. It helped me. I was busy some time and had postponed this problem. Unfortunatelly it still remains.

Session attribute change within aggregation

2002-04-02 Thread KOZLOV Roman
Hi, Is it possible in Cocoon 2.01 to set session attribute within aggregation so that the change would be in a first part (xsp) and next part could use the new value of the changed attribute. It seems that the new value is not available for the rest parts of aggregation within the same request.

RE: Session attribute change within aggregation

2002-04-02 Thread Vadim Gritsenko
Roman, Aggregation is being executed linearly, which means that first part is executed before second. If first part contains an XSP and that XSP is not cached, it could change session attribute which will be visible in the second part's XSP (if it is not cached) XSPs are not cacheable by