Hi,
I created my application in place of the bookcast example directory from From builder. Then I copied all the directory and renamed it "projects". If I use in app-list.xml file : <applications> <section label="XForms"> <application id="fr/orbeon/projects" label="Projects Repository"/> </section> </applications> I cannot open the form by clicking in the leftside list of applications. Onluy if I keep bookcast in the application id string. . What should I do more to open that "projects" application? Thanks, Adrian -- 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
|
If you want to add to the list on the left, look at apps-list.xml.
-Erik On Jul 22, 2008, at 11:33 AM, Adrian Butnaru wrote: > Hi, > I created my application in place of the bookcast example directory > from From builder. > Then I copied all the directory and renamed it "projects". > If I use in app-list.xml file : > <applications> > <section label="XForms"> > <application id="fr/orbeon/projects" label="Projects > Repository"/> > </section> > </applications> > > I cannot open the form by clicking in the leftside list of > applications. Onluy if I keep bookcast in the application id string. . > What should I do more to open that "projects" application? > > Thanks, > Adrian > > -- > 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 |
Erik,
I did but when I am accessing the application I stored in the new directory called "projects" it gives errors. I only can use my work inside the old "bookcast" directory no matter how I am calling it in the apps list, so in the url will stay /fr/orbeon/bookcast and I would like to see /fr/orbeon/projects. Adrian Erik Bruchez schreef: > If you want to add to the list on the left, look at apps-list.xml. > > -Erik > > On Jul 22, 2008, at 11:33 AM, Adrian Butnaru wrote: > >> Hi, >> I created my application in place of the bookcast example directory >> from From builder. >> Then I copied all the directory and renamed it "projects". >> If I use in app-list.xml file : >> <applications> >> <section label="XForms"> >> <application id="fr/orbeon/projects" label="Projects Repository"/> >> </section> >> </applications> >> >> I cannot open the form by clicking in the leftside list of >> applications. Onluy if I keep bookcast in the application id string. . >> What should I do more to open that "projects" application? >> >> Thanks, >> Adrian >> >> -- >> 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
|
Adrian,
On Wed, Jul 23, 2008 at 12:39 PM, Adrian Butnaru <[hidden email]> wrote: > I did but when I am accessing the application I stored in the new directory > called "projects" it gives errors. > I only can use my work inside the old "bookcast" directory no matter how I > am calling it in the apps list, so in the url will stay /fr/orbeon/bookcast > and I would like to see /fr/orbeon/projects. Also, you might want to edit the properties.xml to tell Form Runner that your form is to be loaded from the resources, rather than from eXist. The property that does this for bookcast is: <property as="xs:anyURI" name="oxf.fr.persistence.app.orbeon.bookcast.form.uri" value="/fr/service/resource"/> 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 |
Thanks Alessandro,
Excellent tip! Alessandro Vernet schreef: > Adrian, > > On Wed, Jul 23, 2008 at 12:39 PM, Adrian Butnaru <[hidden email]> wrote: > >> I did but when I am accessing the application I stored in the new directory >> called "projects" it gives errors. >> I only can use my work inside the old "bookcast" directory no matter how I >> am calling it in the apps list, so in the url will stay /fr/orbeon/bookcast >> and I would like to see /fr/orbeon/projects. >> > > Also, you might want to edit the properties.xml to tell Form Runner > that your form is to be loaded from the resources, rather than from > eXist. The property that does this for bookcast is: > > <property as="xs:anyURI" > name="oxf.fr.persistence.app.orbeon.bookcast.form.uri" > value="/fr/service/resource"/> > > Alex > -- 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 |