You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Sylvain Wallez <sy...@anyware-tech.com> on 2004/11/12 12:12:15 UTC

Re: svn commit: rev 57381 - cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/forms

tim@apache.org wrote:

>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>
>
>  
>

Thanks for investigating this :-)

Sylvain

-- 
Sylvain Wallez                                  Anyware Technologies
http://www.apache.org/~sylvain           http://www.anyware-tech.com
{ XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }