Hi,
We can use doc('oxf:instance') for accessing instance from view. Can we access the instance from javascript? Actually I need to update some of the values in instance
from javascript. How can I achieve it?
You mean that you want to modify instance data on the client side, right?
Right now, the XForms instance is only available in an encoded way on the client, so you can't do it just that way. You will probably have to modify the instance server-side. Maybe your JavaScript code can just perform a submit with the information needed?
-Erik
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user
