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 [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
