Hi,

I'm very new to xforms. Please excuse my lack of knowledge.

I'm getting 'xforms-binding-exception' when I try to use the 'upload'
control with a repeat. I'm using build 566 (though it's possible I didn't
build correctly).


<?xml version="1.0" encoding="UTF-8"?>
<xf:group ref="/proposal/budget">
    <xf:repeat nodeset="row" id="budget-row">

        <xf:input ref="description">
            <xf:label>Description</xf:label>
        </xf:input>

        <xf:input ref="items">
            <xf:label># Items</xf:label>
        </xf:input>

        <xf:upload ref="supDoc" >
            <xf:filename ref="@filename" />
            <xf:label>Upload a File</xf:label>
        </xf:upload>

    </xf:repeat>
</xf:group>

-------------------------


<proposal>
    <id>2</id>
    <budget>
        <row>
            <description>test</description>
            <items>21</items>
            <supDoc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:type="xs:anyURI" filename=""/>
        </row>
    </budget>
</proposal>

-------------------------

Thanks,
John
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support

Reply via email to