Merci de ta réponse.

J'avais trouvé ça au même endroit :

FLOW-JXPATH SELECTION LIST IMPLEMENTATION

(See the javadoc of the FlowJXPathSelectionListBuilder class for now).

Example:

In flowscript:

var data = new Object();

data.cityList = new Array(2);
data.cityList[0] = {value:"AL", label:"Alabama"};
data.cityList[1] = {value:"AK", label:"Alaska"};

form.showForm("flow/myform.form", data);

and the corresponding selection list definition:

<fd:selection-list type="flow-jxpath" list-path="cityList"
                   value-path="value" label-path="label" />


Est-ce que tu penses que cette démarche est aussi utilisée ? Quels sont ses
différences avec celle qui consiste à générer un mychoice.xml dynamiquement ?

Patrick







---------------------------------------------------------------------
Liste francophone Apache Cocoon -- http://cocoon.apache.org/fr/
Pour vous desinscrire : mailto:[EMAIL PROTECTED]
Autres commandes : mailto:[EMAIL PROTECTED]

Répondre à