You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by da...@cocoon.zones.apache.org on 2006/09/13 12:57:14 UTC

[DAISY] Comment added to Selection lists

A comment has been created.

http://cocoon.zones.apache.org/daisy/documentation/753.html

Document ID: 753
Name: Selection lists
Branch: main
Language: default

Created by: Feliciano Borrego
Created on: 9/13/06 10:57:03 AM
Visibility: public

Cforms block: Caching selection list for best performance insiderepeaters. Deprecate @dynamic in <fd:selection-list>  in favor of @cache.
Posible @cache values are:

        * static => equivalent to old @dynamic="false"
        * none => equivalent to old @dynamic="true"
        * request => is new, similar to cache="none", but caching the selection list per request. Useful to improve performance inside repeaters.

Defaults are the same as before.