Autocomplete and dynamic dropdown pulling data too often in Orbeon 4.5

73 views Asked by At

Autocomplete and dynamic dropdown pull data everytime when forms gets changed. Can I narrow down this behaviour, to download data only if a specific field would change?

Cheers

1

There are 1 answers

0
avernet On

They shouldn't pull data every time form data changes, but only every time the URL changes.

You can use the value of fields in the URL, e.g. passing them as request parameters. In those cases the URL will be reloaded every time the value in those fields changes. But it won't be reloaded if the value in another field, not used on the URL, changes.