How to set collection of data to grid from httpservice via action on form load

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

How to set collection of data to grid from httpservice via action on form load

ashok@orb


Hi,

I am creating a form using CE edition. I have requirement like form will have several fields including one grid i.e table of data. This table of data should be pre loaded when user run the form to fill. For that I have added action and httpservice call to fetch data. I am trying to set collection of data directly to grid columns but there is no option to set such collection of data. I can only set data to single fields. I have googled and and got to know that such kind of support will be there in coming release. So please let me know whether we will have this feature in future & possibly when?

Thanks,
Ashok
Reply | Threaded
Open this post in threaded view
|

Re: How to set collection of data to grid from httpservice via action on form load

Alessandro  Vernet
Administrator
Hi Ashok,

Services and Actions are not a PE-only features (for more on this, see http://www.orbeon.com/download). With Orbeon Forms CE, you need to do this by writing your own XForms (writing your <xf:submission>, etc).

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: How to set collection of data to grid from httpservice via action on form load

ashok@orb

Hi Alex,


I have gone through below link where you have discussed "Initial values don't work for new repeat iterations"  problem.

https://github.com/orbeon/orbeon-forms/issues/1148

Which release will have this feature or is it already rolled out.



Thanks,
Ashok Wagh
Reply | Threaded
Open this post in threaded view
|

Re: How to set collection of data to grid from httpservice via action on form load

Alessandro  Vernet
Administrator
Hi Ashok,

This is already in 2016.1 PE. But again, Services and Actions themselves are only available in Orbeon Forms PE.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet