Re: [Xsltforms-support] Editing dynamically imported data
Brought to you by:
alain-couthures
From: <ala...@ag...> - 2015-02-20 07:35:21
|
Hello Tim, This alert has been removed recently. Could you please give a try to latest build rev.609 which can be downloaded from both Sourceforge and GitHub repositories? Thank you for your feedback! --Alain > Le 16 février 2015 à 14:04, Tim Thompson <tim...@gm...> a écrit : > > Hello, > > With XSLTForms in eXist 2.2, I am trying to load data from a Web service and > edit it in XForms. In my model, I have an empty instance that gets populated > with the imported data: > > <xf:instance xmlns="" id="results"> > <results></results> > </xf:instance> > > In the form body, I have some controls that reference the data to be > imported: > > <xf:group ref="instance('results')" id="import"> > <xf:repeat > nodeset="oclc-sru:record/oclc-sru:recordData/marc:record/marc:datafield[@tag = > '245']" > appearance="compact" bind="marcBind"> > <xf:input ref="marc:subfield[@code = 'a']"> > <xf:label>Title </xf:label> > </xf:input> > </xf:repeat> > </xf:group> > > However, when I import the data and the new <xf:input> control appears, I am > not able to edit it successfully. When the focus changes from the new > <xf:input> control, I get a JavaScript error and an alert message stating, > "Blur?". How should I address this error? > > Thank you, > Tim > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk_______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > |