Mailing list trouble: Seems like my posting was returned with "too many 'Received:' header fields". I'll attempt to re-post.
Henrik
---------- Forwarded message ---------- From: <[hidden email]> Date: Tue, Aug 19, 2008 at 9:05 PM Subject: Undeliverable mail: [ops-users] Re: Re: Re: Re: SAX, DOM, large XML documents and java.lang.OutOfMemory Errors To: [hidden email] Failed to deliver to '[hidden email]' mail loop: too many hops (too many 'Received:' header fields) Original-Recipient: rfc822;<[hidden email]> Final-Recipient: system;<[hidden email]> Action: failed Status: 5.0.0 -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
I have been searching for several days for answer and I haven't been
able to find one. Basically I want to take a field in the form and make that part of the filename that the document gets saved. In XSLT I would use the variable as below, but this doesn't seem to work. <xforms:submission id="save-submission" ref="instance('TransferRequests-instance')" resource="/exist/rest/db/orbeon/mydata/{$MyID}.xml)" method="put" replace="none"> </xforms:submission> <xforms:variable name="MyID" select="/myElement/@id"/> Anyone have any suggestions! TIA! Betty /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Betty Harvey | Phone: 410-787-9200 FAX: 9830 Electronic Commerce Connection, Inc. | [hidden email] | Washington,DC SGML/XML Users Grp URL: http://www.eccnet.com | http://www.eccnet.com/xmlug/ /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\\/\/ Help Mac fight MLD (http://www.macsteam.org) Mark your calendar for October 28th (http://www.macsteam.org/BullROast.aspx) -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Please make sure you are using a recent nightly build where variables
are available. Then your code should work. If it doesn't, please send a reproducible case that works in the XForms sandbox. -Erik On Aug 20, 2008, at 9:41 AM, Betty Harvey wrote: > I have been searching for several days for answer and I haven't been > able to find one. > > Basically I want to take a field in the form and make that part of the > filename that the document gets saved. In XSLT I would use the > variable as below, but this doesn't seem to work. > > <xforms:submission id="save-submission" > ref="instance('TransferRequests-instance')" > resource="/exist/rest/db/orbeon/mydata/{$MyID}.xml)" > method="put" replace="none"> > </xforms:submission> > > > <xforms:variable name="MyID" select="/myElement/@id"/> > > Anyone have any suggestions! > > TIA! > > Betty > > /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ > Betty Harvey | Phone: 410-787-9200 FAX: 9830 > Electronic Commerce Connection, Inc. | > [hidden email] | Washington,DC SGML/XML Users > Grp > URL: http://www.eccnet.com | http://www.eccnet.com/xmlug/ > /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\\/\/ > Help Mac fight MLD (http://www.macsteam.org) > Mark your calendar for October 28th (http://www.macsteam.org/BullROast.aspx > ) > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
In reply to this post by Betty Harvey
Betty,
On Wed, Aug 20, 2008 at 9:41 AM, Betty Harvey <[hidden email]> wrote: > <xforms:variable name="MyID" select="/myElement/@id"/> Also, make sure you use <xxforms:variable> (instead of <xforms:variable>). Variables are not (yet!) standard in XForms, hence the namespace. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |