Ok, I checked around and changed the default pipeline type from "caching" to
"noncaching". Now if I select refresh from the browser, it changes the png
like it should. The problem I have now is that it only does it when I click
refresh. For example, I have a document that has 2 links to the same path
but with diferent parameters:

<html>
<body>
<a href="Chart?number=1&item=1">item 1</a>
<a href="Chart?number=1&item=2">item 2</a>
</body>
</html>

The chart link creates a page with some headings and a SVG (converted to
PNG)  by cocoon 2.1. The first time I click on item 1, it creates the chart
for 'Item 1'. If I click back, and then click on 'Item 2', the page have the
'Item 2' headings but the 'Item 1' graph. I have to hit refresh to display
the correct graph. What can I do to fix this behaviour?

Faw

----- Original Message -----
From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 17, 2002 12:29 PM
Subject: RE: SVG Caching question


>
> Things are a bit different in the Cocoon2.1.
>
> BTW, if you do not implement Cacheable - it will not be cached.
>
> Vadim




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

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

Reply via email to