Very Simple Repeat Section Example

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

Very Simple Repeat Section Example

khh7112
For some reason, I just cant seem to grasp the repeat section stuff.
Does anyone have a very simple example (XML) that has one widget that
is in a repeat section.  From that I may be able to reverse engineer
how to do it.

thanks for any help.


--
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: Very Simple Repeat Section Example

Erik Bruchez
Administrator
Do you mean using the repeater like in the DMV-14 or Bookshelf forms?

You can see the forms here:

https://github.com/orbeon/orbeon-forms/blob/master/src/resources/forms/orbeon/dmv-14/form/form.xhtml
https://github.com/orbeon/orbeon-forms/blob/master/src/resources/forms/orbeon/bookshelf/form/form.xhtml

This feature is coming to Form Builder "next" BTW.

-Erik

On Wed, Mar 28, 2012 at 3:44 AM, Dr. Kevin Hunt <[hidden email]> wrote:

> For some reason, I just cant seem to grasp the repeat section stuff.
> Does anyone have a very simple example (XML) that has one widget that
> is in a repeat section.  From that I may be able to reverse engineer
> how to do it.
>
> thanks for any help.
>
>
> --
> 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
>


--
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: Very Simple Repeat Section Example

khh7112
When I copy that xml into a blank form. They render, but none of the repeat stuff is there?

On Thu, Mar 29, 2012 at 12:24 AM, Erik Bruchez <[hidden email]> wrote:
Do you mean using the repeater like in the DMV-14 or Bookshelf forms?

You can see the forms here:

https://github.com/orbeon/orbeon-forms/blob/master/src/resources/forms/orbeon/dmv-14/form/form.xhtml
https://github.com/orbeon/orbeon-forms/blob/master/src/resources/forms/orbeon/bookshelf/form/form.xhtml

This feature is coming to Form Builder "next" BTW.

-Erik

On Wed, Mar 28, 2012 at 3:44 AM, Dr. Kevin Hunt <[hidden email]> wrote:
> For some reason, I just cant seem to grasp the repeat section stuff.
> Does anyone have a very simple example (XML) that has one widget that
> is in a repeat section.  From that I may be able to reverse engineer
> how to do it.
>
> thanks for any help.
>
>
> --
> 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
>


--
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




--
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: Very Simple Repeat Section Example

khh7112
Are these available via the builder application anywhere?

On 3/29/12, Dr. Kevin Hunt <[hidden email]> wrote:

> When I copy that xml into a blank form. They render, but none of the repeat
> stuff is there?
>
> On Thu, Mar 29, 2012 at 12:24 AM, Erik Bruchez <[hidden email]> wrote:
>
>> Do you mean using the repeater like in the DMV-14 or Bookshelf forms?
>>
>> You can see the forms here:
>>
>>
>> https://github.com/orbeon/orbeon-forms/blob/master/src/resources/forms/orbeon/dmv-14/form/form.xhtml
>>
>> https://github.com/orbeon/orbeon-forms/blob/master/src/resources/forms/orbeon/bookshelf/form/form.xhtml
>>
>> This feature is coming to Form Builder "next" BTW.
>>
>> -Erik
>>
>> On Wed, Mar 28, 2012 at 3:44 AM, Dr. Kevin Hunt <[hidden email]>
>> wrote:
>> > For some reason, I just cant seem to grasp the repeat section stuff.
>> > Does anyone have a very simple example (XML) that has one widget that
>> > is in a repeat section.  From that I may be able to reverse engineer
>> > how to do it.
>> >
>> > thanks for any help.
>> >
>> >
>> > --
>> > You receive this message as a subscriber of the [hidden email]
>> > 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
>> >
>>
>>
>> --
>> 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
>>
>>
>


--
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: Re: Very Simple Repeat Section Example

Erik Bruchez
Administrator
In reply to this post by khh7112
Yes, that's because the current builder doesn't support repeats yet.
This is a feature of the upcoming Form Builder.

You can try it in the nightly builds with:

http://localhost:8080/orbeon/fr/orbeon/newbuilder/new

But please note that there is a number of issues we are working on:

https://github.com/orbeon/orbeon-forms/issues?labels=Blocker&sort=created&direction=desc&state=open&page=1
https://github.com/orbeon/orbeon-forms/issues?sort=created&direction=desc&state=open&page=1&milestone=1

During the process of fixing these issues, "newbuilder" will move back
to "builder" and become the default.

-Erik

On Thu, Mar 29, 2012 at 10:25 AM, Dr. Kevin Hunt
<[hidden email]> wrote:

> When I copy that xml into a blank form. They render, but none of the repeat
> stuff is there?
>
>
> On Thu, Mar 29, 2012 at 12:24 AM, Erik Bruchez <[hidden email]> wrote:
>>
>> Do you mean using the repeater like in the DMV-14 or Bookshelf forms?
>>
>> You can see the forms here:
>>
>>
>> https://github.com/orbeon/orbeon-forms/blob/master/src/resources/forms/orbeon/dmv-14/form/form.xhtml
>>
>> https://github.com/orbeon/orbeon-forms/blob/master/src/resources/forms/orbeon/bookshelf/form/form.xhtml
>>
>> This feature is coming to Form Builder "next" BTW.
>>
>> -Erik
>>
>> On Wed, Mar 28, 2012 at 3:44 AM, Dr. Kevin Hunt <[hidden email]>
>> wrote:
>> > For some reason, I just cant seem to grasp the repeat section stuff.
>> > Does anyone have a very simple example (XML) that has one widget that
>> > is in a repeat section.  From that I may be able to reverse engineer
>> > how to do it.
>> >
>> > thanks for any help.
>> >
>> >
>> > --
>> > 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
>> >
>>
>>
>> --
>> 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
>>
>
>
>
> --
> 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
>


--
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