miralbhalani / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

control widgets should reference full path of node #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in the snippet below, the input controls are referencing nodes Test/Testn. they 
should instead use the full path and reference /data/Test/Testn

        <group>
            <label ref="jr:itext('/data/Test:label')"/>
            <repeat nodeset="/data/Test">
                <input ref="Test/Test2">
                    <label ref="jr:itext('/data/Test/Test2:label')"/>
                    <hint ref="jr:itext('/data/Test/Test2:hint')"/>
                </input>
                <input ref="Test/Test3">
                    <label ref="jr:itext('/data/Test/Test3:label')"/>
                    <hint ref="jr:itext('/data/Test/Test3:hint')"/>
                </input>
            </repeat>
        </group>

Original issue reported on code.google.com by yanokwa on 23 Nov 2010 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by clint%do...@gtempaccount.com on 7 Dec 2010 at 11:53

GoogleCodeExporter commented 9 years ago
Fixed but not yet deployed on prod.

Original comment by clint%do...@gtempaccount.com on 10 Dec 2010 at 3:16