Re: Not storing select values in the XForms instance

Hello,

I think a possible solution for your problem could be adding a new instance
within your XForm model, for example (using German as default language):

<xforms:instance id="temp">
    <tempInstance>
        <language>de</language >
    </tempInstance>
</xforms:instance>

The select1 control could be like this :

<xforms:select1 appearance="compact" ref="instance('temp')/language">
.....

Multiple instances per model are supported on Novell xForms T.P. and on
X-Smiles 0.71.

regards,
Guillermo Menéndez

Received on Thursday, 2 January 2003 09:57:25 UTC