Author: tim
Date: Wed Nov 10 13:43:30 2004
New Revision: 57381

Modified:
   
cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/datasource_chooser_binding.xml
Log:
sync with trunk: Fix incomplete binding that prevents saving the file name 
(finally I found it Sylvain, file and filename is not the same, fine and 
filename is not the same ;-)

Modified: 
cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/datasource_chooser_binding.xml
==============================================================================
--- 
cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/datasource_chooser_binding.xml
  (original)
+++ 
cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms/datasource_chooser_binding.xml
  Wed Nov 10 13:43:30 2004
@@ -37,7 +37,9 @@
       </fb:struct>
     </fb:case>
     <fb:case id="file" path=".">
-      <fb:value id="file" path="file/@path"/>
+      <fb:struct id="file" path=".">
+        <fb:value id="filename" path="file/@path"/>
+      </fb:struct>
     </fb:case>
   </fb:union>
 </fb:context>

Reply via email to