Administrator
|
Rachid,
You should definitely not see that. I would say that this looks like a remnant of the old XForms engine. * Which version of Orbeon Forms are you using? * Can you send your complete page or app See also here about the best way to send your code: http://www.orbeon.com/ops/doc/home-faq#reporting-issues -Erik On Mar 8, 2008, at 2:37 PM, ZENOUAKI rachid wrote: > Hi > > When pagesare loaded or after submitting o form, i get a url with > informations about the instance , for example if i want to display > the page of administration, t get the following url : > > http://localhost:8080/administration?%24instance=P0Di9I52%2Fy3Vatc7U1LRXSF5kmX6HCTo2Gy4fLnOFFjGMgYisD9SYUoQrP%2FURzQrwVDsFCBbegqS%0Al27Zfqv0Takv4bx1CHhMdX8T01mEEKBb6BEHq0qWuvxFPepOnqVq5sic%2BaOJ5xx8tY21Jusb3STo%0AEN6kPfLUBANhRgloc4sVazC4eQbI3gPkJx%2Bh9wqQfKMS2ng4ZHJTs0vPrPMjV%2Bvw7DVvXooRwucR%0Axgw%2FXnBOfwQpjgJGE1BSS8fTyglbsE2iDd2f2AEoxx5cp4DkUJ08pgsmepzItXI%2Fh1DV6ES9KAdg%0ANDq8QL%2B4y5%2BGv%2FX0lsbEymfNjZ9ldrSikj5UfpMeVu5d3xrIOn2FW8462qYqaBUxeCiyN9ZO7nGo%0AwKDXHYogUNGB40QtYWrQE6GiV%2Bq5WGpRMUcpIjKu%2BoFbO8kgCp2X3nMRipgrlpu3A5NP&%24key=orLQeQeBWB2zsiVcZGmDRE9kEV9CAuxy > > can some one tell me why there the url contain "?%24 > instance ..." , and why i dont have very simply : http://localhost:8080/administration > > My instance is like this : > > <xforms:instance> > <form> > <login /> > <password /> > <form> > </xforms:instance> > > <xfoms:submission method="post" /> > > thanks > > > > -- > 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 |
Hi Erik
- I use Orbeon Presentation Server 2.8. You find attached my Test Application . Thanks 2008/3/9, Erik Bruchez <[hidden email]>: Rachid, -- 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 MyApp.rar (25K) Download Attachment |
Administrator
|
Rachid,
Mmh, 2.8 is many years old and used a completely different XForms engine as the one in 3.0 and later versions. 2.8 passed an XForms instance as a parameter either through POST, or through GET, as you see in your example. Still, you should be able to use POST instead. Try using the instance- passing="forward" attribute, in your Page Flow (page-flow.xml), either: * globally on the root element * or on individual <result> elements -Erik On Mar 9, 2008, at 3:08 AM, ZENOUAKI rachid wrote: > Hi Erik > > - I use Orbeon Presentation Server 2.8. > > You find attached my Test Application . > > Thanks > > > 2008/3/9, Erik Bruchez <[hidden email]>: Rachid, > > You should definitely not see that. > > I would say that this looks like a remnant of the old XForms engine. > > * Which version of Orbeon Forms are you using? > > * Can you send your complete page or app > > See also here about the best way to send your code: > > http://www.orbeon.com/ops/doc/home-faq#reporting-issues > > -Erik > > > On Mar 8, 2008, at 2:37 PM, ZENOUAKI rachid wrote: > > > Hi > > > > When pagesare loaded or after submitting o form, i get a url with > > informations about the instance , for example if i want to display > > the page of administration, t get the following url : > > > > http://localhost:8080/administration?%24instance=P0Di9I52%2Fy3Vatc7U1LRXSF5kmX6HCTo2Gy4fLnOFFjGMgYisD9SYUoQrP%2FURzQrwVDsFCBbegqS%0Al27Zfqv0Takv4bx1CHhMdX8T01mEEKBb6BEHq0qWuvxFPepOnqVq5sic%2BaOJ5xx8tY21Jusb3STo%0AEN6kPfLUBANhRgloc4sVazC4eQbI3gPkJx%2Bh9wqQfKMS2ng4ZHJTs0vPrPMjV%2Bvw7DVvXooRwucR%0Axgw%2FXnBOfwQpjgJGE1BSS8fTyglbsE2iDd2f2AEoxx5cp4DkUJ08pgsmepzItXI%2Fh1DV6ES9KAdg%0ANDq8QL%2B4y5%2BGv%2FX0lsbEymfNjZ9ldrSikj5UfpMeVu5d3xrIOn2FW8462qYqaBUxeCiyN9ZO7nGo%0AwKDXHYogUNGB40QtYWrQE6GiV%2Bq5WGpRMUcpIjKu%2BoFbO8kgCp2X3nMRipgrlpu3A5NP&%24key=orLQeQeBWB2zsiVcZGmDRE9kEV9CAuxy > > > > can some one tell me why there the url contain "?%24 > > instance ..." , and why i dont have very simply : http://localhost:8080/administration > > > > My instance is like this : > > > > <xforms:instance> > > <form> > > <login /> > > <password /> > > <form> > > </xforms:instance> > > > > <xfoms:submission method="post" /> > > > > thank 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 |
Hi
firstly thanks for the response, now i have no problem with the url.. concerning the version of orbeon, i khnow that it is very old, but i have a poffesionnal training in a campany that use orbeon, and they ask me to realize the migration of a software developped with ops 2.8 to Orbeon forms (3.6) .. so if some one have ideas on the feasibility of the migration and the methodology I would be grateful.. Thanks If you have ideas 2008/3/9, Erik Bruchez <[hidden email]>: Rachid, -- 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
|
On Sun, Mar 9, 2008 at 2:49 PM, ZENOUAKI rachid
<[hidden email]> wrote: > concerning the version of orbeon, i khnow that it is very old, but i have a > poffesionnal training in a campany that use orbeon, and they ask me to > realize the migration of a software developped with ops 2.8 to Orbeon > forms (3.6) .. so if some one have ideas on the feasibility of the > migration and the methodology I would be grateful.. You might find some useful information regarding a migration to 3.x here: http://www.orbeon.com/ops/doc/home-changes-30#xforms-migration 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/ -- 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 |