Re: [Xsltforms-support] Bind for multiple occurrences
Brought to you by:
alain-couthures
From: Elias M. <eli...@gm...> - 2013-05-10 19:41:04
|
Never mind....it was a mistake on my bind :-( Thanks anyway Elias On Fri, May 10, 2013 at 3:16 PM, Elias Mazur <eli...@gm...> wrote: > 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 > > |