Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change
notification.
The following page has been changed by SylvainWallez:
http://wiki.apache.org/cocoon/SylvainWallez
------------------------------------------------------------------------------
Maybe also use the resource-exists action to allow local override in
context://resources/{1}/{2}.
+ === Add a SelectionList.contains() ===
+ Several people have asked how to check if a selection-list contains a
particular value.
+
+ === Non-exclusive selection-lists (comboboxes) ===
+ Add an attribute to <fd:selection-list> ("exclusive", "open", "strict" or
"closed"?) indicating if this is a strict list or not (default is strict).
+
+ This will allow for combo-boxes, where the user can choose an existing value
but also give a new one.
+
+ === "Cocoon suggests" styling ===
+ Non-exclusive selection-lists also allow "Google suggests"-type of styling.
Selection-lists must therefore be "filterable", i.e. provide a limited list
given the current user input. For URL-based selection-lists, the current input
can be passed as an query parameter.
+
== Error handling ==
=== Define a LocatableException ===
|