Hi, this is probably a simple issue, but ...
I am evaluating Orbeon forms as an alternative for some significant recodes of XsltForm and betterform pages. In running some tests, I found the AVT code below passes the literal "{...}" rather than the substituted value.
<xf:instance id="ID" resource="
http://localhost:8080/exist/apps/testform/testOrbeon.xq?ID={instance('fr-form-instance')/section-1/grid-1/control-4}"/>
The specified instance node contains data. What I am testing is pretty straightforward - a form accepting url parameters and retrieving specific information from various sources based upon the input parameters.
Apologies if there is a simple solution that I am not seeing!
Thanks,
Don