[Xsltforms-support] Bind for multiple occurrences
Brought to you by:
alain-couthures
From: Elias M. <eli...@gm...> - 2013-05-10 19:17:00
|
All. Here is my problem: let's say I have an instance like this: <xf:model> <xf:instance id="my"> <data xmlns=""> <seqnum></seqnum> <myvalye></myvalue> </data> </xf:instance> <xf:bind ref="instance('my')/seqnum" required="true()" type="xsd:integer"> if I have one single field for the seqnum, the bind works and xforms-invalid trigger is fired and xf:alert appears. But...if I use the instance in an xf:repeat and displays the seqnum field the bind does not work. Any help is appreciated. Thanks Elias |