how can I create a page flow controller between the forms created by Form Builder?

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

how can I create a page flow controller between the forms created by Form Builder?

Marco Balsamo
Hi,
I set the persistence layer on Oracle and it works well.
I created two form with form builder I've published on the form runner with the Publish button in form builder
Now, how can I create a page flow controller between the forms created by Form Builder?

In a page-flow.xml file, how can I reference a form present on Oracle instead on the file system?

Thanks
Marco
Reply | Threaded
Open this post in threaded view
|

xxforms:sort numeric data

David Lacy
Hello,

What $datatype should I use in the xxforms:sort function to sort numeric data? Using 'text' produces the following:

1
10
11
12
13
2
3
4
5
6
7
8
9

David Lacy
Falvey Library Technology Services
Villanova University
library.villanova.edu
610-519-7361


--
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
Reply | Threaded
Open this post in threaded view
|

Re: how can I create a page flow controller between the forms created by Form Builder?

Alessandro Vernet
Administrator
In reply to this post by Marco Balsamo
Marco,

Marco Balsamo wrote
I set the persistence layer on Oracle and it works well.
I created two form with form builder I've published on the form runner with the Publish button in form builder
Now, how can I create a page flow controller between the forms created by Form Builder?

In a page-flow.xml file, how can I reference a form present on Oracle instead on the file system?
What do you mean by "referencing a form"? Are you referring to the "new" page for the form (end-user submits new data with the form you created)? If that is the case, you don't need to do anything in the page flow; that page is served by Form Runner which already has its own page flow and the URL will look like:

http://localhost:8080/orbeon/fr/your-all/your-form/new

You'll let me know if I misunderstood your question!

Alex
Reply | Threaded
Open this post in threaded view
|

Re: xxforms:sort numeric data

Alessandro Vernet
Administrator
In reply to this post by David Lacy
David,

David Lacy wrote
What $datatype should I use in the xxforms:sort function to sort numeric data? Using 'text' produces the following:

1
10
11
12
13
2
3
4
5
6
7
8
9
Have you tried "number" instead of "text"?

(I can't seem to reach the exf:sort documentation right now, so I am telling you this by memory. See if this works for you: http://exforms.org/sorting.html).

Alex
Reply | Threaded
Open this post in threaded view
|

RE: Re: xxforms:sort numeric data

David Lacy
'number' did the trick. I could swear that it wasn't working yesterday.

Thanks a lot.

-Dave

________________________________________
From: Alessandro Vernet [[hidden email]]
Sent: Friday, August 28, 2009 8:38 PM
To: [hidden email]
Subject: [ops-users] Re: xxforms:sort numeric data

David,


David Lacy wrote:

>
> What $datatype should I use in the xxforms:sort function to sort numeric
> data? Using 'text' produces the following:
>
> 1
> 10
> 11
> 12
> 13
> 2
> 3
> 4
> 5
> 6
> 7
> 8
> 9
>
Have you tried "number" instead of "text"?

(I can't seem to reach the exf:sort documentation right now, so I am telling
you this by memory. See if this works for you:
http://exforms.org/sorting.html).

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
--
View this message in context: http://www.nabble.com/how-can-I-create-a-page-flow-controller-between-the-forms-created-by-Form-Builder--tp25186524p25198882.html
Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.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
Reply | Threaded
Open this post in threaded view
|

Re: Re: how can I create a page flow controller between the forms created by Form Builder?

robin111
In reply to this post by Alessandro Vernet

Hi
Ii seems to me that it is about switching from one form to other own one.
It is the situation when you are saving forms in database not in file system
I'd like to know how to do it as well

Regards,
Robert


--
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
Reply | Threaded
Open this post in threaded view
|

RE: Re: xxforms:sort numeric data

Alessandro Vernet
Administrator
In reply to this post by David Lacy
Dave,

David Lacy wrote
'number' did the trick. I could swear that it wasn't working yesterday.
Excellent. Thank you for confirming this. I wasn't quite sure anymore about it myself.

Alex
Reply | Threaded
Open this post in threaded view
|

Re: how can I create a page flow controller between the forms created by Form Builder?

Marco Balsamo
In reply to this post by Alessandro Vernet
Alessandro,
i know this.
how do I switch from one form to another when the form is created with Form Builder

Alessandro Vernet wrote
Marco,


What do you mean by "referencing a form"? Are you referring to the "new" page for the form (end-user submits new data with the form you created)? If that is the case, you don't need to do anything in the page flow; that page is served by Form Runner which already has its own page flow and the URL will look like:

http://localhost:8080/orbeon/fr/your-all/your-form/new

You'll let me know if I misunderstood your question!

Alex