Even though each wizard screen collects just a single element from the XForm, each screen has *all remaining* XForm elements present as hidden fields...? Is this to work around the situation I describe above?
We have been contemplating for some time the possibility of having the hidden elements added automatically for everything in the instance that is not explicitly referenced from an XForms control. This would solve this problem, among others, but in certain case would require existing applications to be modified.
You could do what follows to avoid including hidden controls on every page. I assume that your view is implemented in an XPL file (view.xpl), from which you run the XSL/XML file (view.xsl) that contains the actual XForms controls. Create a single XSL file (addhidden.xsl). Modify every view.xpl so the output of view.xsl goes though addhidden.xsl. In addhidden.xsl, add the appropriate <xxforms:hidden> fields, e.g. for the paths that are not already referenced.
Alex
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
