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.