If you have a repeated group and use the attribute ' appearance="field-list" '
the elements in the group appear one at a time rather than all on the same
screen.
Expected behavior is to have all the prompts appear on the screen at once, and
when you go to the "next" screen, a dialog asks you if you'd like to add
another.
Example xml included, whole form attached:
<group appearance="field-list">
<label ref="jr:itext('/data/Pregnancies:label')"/>
<repeat nodeset="/data/Pregnancies">
<input ref="/data/Pregnancies/childbirthdate">
<label ref="jr:itext('/data/Pregnancies/childbirthdate:label')"/>
<hint ref="jr:itext('/data/Pregnancies/childbirthdate:hint')"/>
</input>
<input ref="/data/Pregnancies/deiveryplace">
<label ref="jr:itext('/data/Pregnancies/deiveryplace:label')"/>
<hint ref="jr:itext('/data/Pregnancies/deiveryplace:hint')"/>
</input>
...
</repeat>
</group>
Original issue reported on code.google.com by carlhart...@gmail.com on 13 Jan 2011 at 2:23
Original issue reported on code.google.com by
carlhart...@gmail.com
on 13 Jan 2011 at 2:23Attachments: