- From: Mark Seaborne <mseaborne@origoservices.com>
- Date: Wed, 26 May 2004 08:38:14 +0100
- To: <pierre2803@lycos.com>, <www-forms@w3.org>
Pierre, If you want to submit two instances, the easiest way is just to have two submits, one for each. You can then use something like: <xforms:trigger> <xforms:label>Send Something Simple</xforms:label> <xforms:action ev:event="DOMActivate"> <xforms:send submission="submit1"/> <xforms:send submission="submit2"/> </xforms:action> </xforms:trigger> to use them. I think this should be tidier than trying a union XPath. All the best Mark -- The information in this email is sent in confidence for the addressee only and may be legally privileged. Unauthorised recipients must preserve this confidentiality and should please advise the sender immediately of the error in transmission. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on its content is prohibited and may be unlawful. Origo Services Ltd accepts no responsibility for any loss or damage resulting directly or indirectly from the use of this email or the contents. > From: "Pierre Busnel" <pierre2803@lycos.com> > Reply-To: <pierre2803@lycos.com> > Date: Wed, 26 May 2004 08:21:39 +0100 > To: <www-forms@w3.org> > Subject: sending 2 instances > Resent-From: www-forms@w3.org > Resent-Date: Wed, 26 May 2004 03:22:20 -0400 (EDT) > > > Hello, > > I am trying to send in a Xforms, 2 instances, or 2 pieces of instance but I > can't figure how it works. > > I have tried > <xforms:submission ref="instance('instance_0')/personne[index('tableau')]/nom" > action="http://192.168.9.12:8080/xform/app" method="post" id="submit" /> > to send one (and it works), and I have tried using a pipe but this created an > error <xforms:submission > ref="instance('instance_0')/personne[index('tableau')]/nom | > instance('instance_0')/personne[index('tableau')]/prenom" > action="http://192.168.9.12:8080/xform/app" method="post" id="submit" /> > > I am using Oracle wireless client to process Xforms. > > Does anyone know how to submit using 2 different Xpath (if it is possible) ? > > Best regards > > Pierre Busnel > >
Received on Wednesday, 26 May 2004 03:38:34 UTC