Hi Alain,

It's me again. Now I have trouble with <xf:upload/> control in r595 on 
FFox and Chrome.

A)
When I use it I get an "Error" alert.
I found that this message come from the 
"XsltForms_binding.prototype.bind_evaluate()" function introduced since 
the r576 to replace "XsltForms_binding.prototype.evaluate()".
I'm afraid you forgot to change "evaluate()" to "bind_evaluate()" in 
<xf:upload/> control in "XsltForms_upload.prototype.directclick()" and 
"XsltForms_upload.prototype.change()".

B)
After I made this change in my code, my forms works again but I steal 
have a small problem on the <xf:filename/> element :

        <xf:upload ref="content">
             <xf:filename ref="@name"/>
        </xf:upload>

The xf:filename/@ref seems not relative to the xf:upload/@ref like 
before the r576. For now I use absolute xpath :

        <xf:upload ref="content">
             <xf:filename ref="instance("ins_doc")/content/@name"/>
        </xf:upload>

and it works. Have you any idea on these problems?

Thank's for your help.

         Benoit





------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support

Reply via email to