Hi,
I saw that this topic was discussed number of times on this forum but I still can't make it working.
I have:
..
<xf:instance id="fr-form-instance" xxf:exclude-result-prefixes="#all">
<form>
<user>
<first-name/>
<last-name/>
</user>
</form>
</xf:instance>
..
<xf:setvalue ev:event="xforms-model-construct-done" ref="first-name"
value="xxf:get-request-parameter('_name')"/>
That set value call doesn't work.
I try it in FormRunner like this:
http://localhost:8080/orbeon/fr/abc/simple/edit/f6251969144cc28e79e0c8cbda51672cbaa95771?_name=11111111Thanks,
Andrei