Hello,
I’m trying to migrate from ORBEON 3.8 to ORBEON 4.1.
We don’t use Form Builder, but only xforms engine.
We have a page with two <fr:autocomplete> with
dynamic-itemset="true". So, we use a « setting by label » to initialize the field on the « xforms-ready » event :
<xf:action
ev:event="xforms-ready">
<xf:dispatch
target="code1"
name="fr-set-label">
<xxf:context
name="label"
select="/form/demandeConnexion/compteExtranet/moAdresse/msCodePostale"/>
</xf:dispatch>
<xf:dispatch
target="ville1"
name="fr-set-label">
<xxf:context
name="label"
select="/form/demandeConnexion/compteExtranet/moAdresse/msVille"/>
</xf:dispatch>
</xf:action>
But, sometimes the two fields are non-relevant, and with Orbeon 4.1 (not with 3.8), I then an error :
“Reference to non-existing model id: autocomplete-model »
On :
oxf:/xbl/orbeon/autocomplete/autocomplete.xbl
|
Line 85
|
If I comment these line (dispatch “fr-set-label”), I don’t have any more the error.
Can you help me ?
Thank You.
Julien
--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
To post to this group, send email to
[hidden email].