You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Bruno Dumon <br...@outerthought.org> on 2003/11/13 16:10:47 UTC

Re: Stop Woody from caching external selection lists?

On Thu, 2003-11-13 at 16:51, JD Daniels wrote:
> I have a woody selection list populated from an xsp. But when the list
> changes, the xsp by itself will show the changes, but woody will only load
> the first one it loaded since cocoon started up. can this caching be shut
> off?

Yes, by adding an attribute named "dynamic" with value "true" to the
wd:selection-list element, for example:

<wd:selection-list src="cocoon:/mychoices.xml" dynamic="true"/>

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
bruno@outerthought.org                          bruno@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


RE: Stop Woody from caching external selection lists?

Posted by JD Daniels <jd...@datatrio.com>.
Perfect. Thank you.

JD

-----Original Message-----
From: Bruno Dumon [mailto:bruno@outerthought.org]
Sent: Thursday, November 13, 2003 7:11 AM
To: users@cocoon.apache.org
Subject: Re: Stop Woody from caching external selection lists?


On Thu, 2003-11-13 at 16:51, JD Daniels wrote:
> I have a woody selection list populated from an xsp. But when the list
> changes, the xsp by itself will show the changes, but woody will only load
> the first one it loaded since cocoon started up. can this caching be shut
> off?

Yes, by adding an attribute named "dynamic" with value "true" to the
wd:selection-list element, for example:

<wd:selection-list src="cocoon:/mychoices.xml" dynamic="true"/>

--
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
bruno@outerthought.org                          bruno@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org