[EMAIL PROTECTED] wrote:
I need to associate 2 xform models with one view . first one is the data part which is bound to the controls , other is the model which contains the data to show in the labels of the control (basically for localisation purpose).
How do I do that ?
Currently Presentation Server only supports one XForms model for a given page. You could work around this by creating a single XForms model containing everything, for example:
<all>
<the-real-form-data>
...
</the-real-form-data>
<labels>
...
</labels>
</labels>Also ,Does orbeon support xforms fully ? If not where can I get the list of supported xforms features.
We are working on a detailed list of supported features. In the meanwhile, what is not documented in our XForms reference documentation should be considered not supported.
-Erik
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
orbeon-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/orbeon-user
