Je rencontre un nouveau problème... A partir d'un formulaire multipage je génère un fichier XML via multipage_binding.xml: <?xml version="1.0"?>
<fb:context path="results" xmlns:fb="http://apache.org/cocoon/forms/1.0#binding"> <fb:group id="page1" path="."> <fb:value id="user" path="user"/> <fb:value id="domaine" path="domaine"/> <fb:value id="disease" path="disease"/> <fb:value id="disease2" path="disease2"/> </fb:group> <fb:group id="page2" path="."> <fb:value id="upload" path="upload"/> </fb:group> <fb:group id="page3" path="."> <fb:simple-repeater id="all_locus" parent-path="." row-path="locus"> <fb:value id="chromosome" path="chromosome"/> <fb:value id="bande" path="bande"/> <fb:value id="gene" path="gene"/> <fb:value id="marker" path="marker"/> <fb:value id="polymorphism" path="polymorphism"/> <fb:value id="results" path="results"/> </fb:simple-repeater> </fb:group> <fb:insert-node src="cocoon://PUBMEDnew/analyse.xml" xpath="/PubmedArticleSet/PubmedArticle"/> </fb:context> Mon problème: Le fichier que j'insert :cocoon://PUBMEDnew/analyse.xml, est uploadé à la page 2, Mais 1 fois sur 2, je me retrouve avec le fichier de la fois précédente... Peut-être un problème de cache... Y a-t-il une solution pour gérer ça dans mon Binding? Merci. Bérengère
