Form builder - chnage of bookcast example application

View: New views
5 Messages — Rating Filter:   Alert me  

Form builder - chnage of bookcast example application

by abutnaru :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 ops-users@... mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

Re: Form builder - chnage of bookcast example application

by Erik Bruchez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 ops-users@...  
> mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@...
> For general help: mailto:sympa@...?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 ops-users@... mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

Re: Re: Form builder - chnage of bookcast example application

by abutnaru :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 ops-users@...
>> mailing list.
>> To unsubscribe: mailto:ops-users-unsubscribe@...
>> For general help: mailto:sympa@...?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 ops-users@... mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

Re: Re: Re: Form builder - chnage of bookcast example application

by Alessandro Vernet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Adrian,

On Wed, Jul 23, 2008 at 12:39 PM, Adrian Butnaru <abutnaru@...> 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 ops-users@... mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
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

Re: Re: Re: Re: Form builder - chnage of bookcast example application

by abutnaru :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Alessandro,
Excellent tip!

Alessandro Vernet schreef:

> Adrian,
>
> On Wed, Jul 23, 2008 at 12:39 PM, Adrian Butnaru <abutnaru@...> 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 ops-users@... mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
LightInTheBox - Buy quality products at wholesale price