Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-17 Thread Joerg Heinicke
On 12.03.2004 18:29, Marc Portier wrote: You don't have access to the field and its value of the child binding by default. For the repeater you now need the values, otherwise you can not build the identity of a row. yep, you only have a ref to a binding (in the abstract sense) that is there for

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-12 Thread Marc Portier
Joerg Heinicke wrote: On 11.03.2004 17:31, Marc Portier wrote: All together we are at: fb:repeater id=myRepeaterId parent-path=. row-path=TheRowPath fb:identity fb:value id=myId1 path=myId1/ fb:value id=myId2 path=myId2/ /fb:identity fb:on-bind fb:value id=field1

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-12 Thread Joerg Heinicke
Marc Portier mpo at outerthought.org writes: I missed the reason to do away with the convertor, or you moved it down to the identity-binding? The convertor was only for @unique-row-id and @unique-path and as I removed these I also removed that. The identity binding itself is just a composed

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-11 Thread Marc Portier
Joerg Heinicke wrote: On 05.03.2004 17:45, Marc Portier wrote: Yes, I only see that wb:unique-row (grouped by type: unique or not unique) is outside of wb:on-bind (grouped by event: on-bind, on-insert, on-delete) though it is executed also at on-bind event. yes, but do you find that

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-11 Thread Joerg Heinicke
On 11.03.2004 17:31, Marc Portier wrote: All together we are at: fb:repeater id=myRepeaterId parent-path=. row-path=TheRowPath fb:identity fb:value id=myId1 path=myId1/ fb:value id=myId2 path=myId2/ /fb:identity fb:on-bind fb:value id=field1 path=field1/ fb:value id=field2

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-10 Thread Joerg Heinicke
On 05.03.2004 17:45, Marc Portier wrote: Yes, I only see that wb:unique-row (grouped by type: unique or not unique) is outside of wb:on-bind (grouped by event: on-bind, on-insert, on-delete) though it is executed also at on-bind event. yes, but do you find that surprising? (in fact all of the

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-05 Thread Vadim Gritsenko
Tim Larson wrote: On Fri, Mar 05, 2004 at 02:32:21AM +0100, Joerg Heinicke wrote: wb:repeater id=myRepeaterId parent-path=. row-path=TheRowPath wb:unique-row wb:value id=myId1 path=myId1/ wb:value id=myId2 path=myId2/ /wb:unique-row wb:on-bind wb:value id=field1 path=field1/

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-05 Thread Joerg Heinicke
Vadim Gritsenko vadim at reverycodes.com writes: wb:repeater id=myRepeaterId parent-path=. row-path=TheRowPath wb:unique-row wb:value id=myId1 path=myId1/ wb:value id=myId2 path=myId2/ /wb:unique-row wb:on-bind wb:value id=field1 path=field1/ wb:value id=field2

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-05 Thread Marc Portier
Joerg Heinicke wrote: Vadim Gritsenko vadim at reverycodes.com writes: wb:repeater id=myRepeaterId parent-path=. row-path=TheRowPath wb:unique-row wb:value id=myId1 path=myId1/ wb:value id=myId2 path=myId2/ /wb:unique-row wb:on-bind wb:value id=field1 path=field1/ wb:value id=field2

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-04 Thread Joerg Heinicke
On 04.03.2004 05:04, Antonio Gallardo wrote: Joerg Heinicke dijo: wb:repeater id=myRepeaterId parent-path=. row-path=TheRowPath wb:unique-row wb:unique-field id=myId1 path=myId1/ wb:unique-field id=myId2 path=myId2/ /wb:unique-row wb:on-bind wb:value id=myId1 path=myId1/

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-04 Thread Antonio Gallardo
Hi Joerg: If the problem is just to change a name: from wb:unique-field to wb:value Then, no problem from my side. If you agree, I will change the code and this issue can be closed, right? :-D Best Regards, Antonio Gallardo.

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-04 Thread Joerg Heinicke
On 05.03.2004 02:10, Antonio Gallardo wrote: Hi Joerg: If the problem is just to change a name: from wb:unique-field to wb:value Then, no problem from my side. If you agree, I will change the code and this issue can be closed, right? :-D No, please don't do another fast shot. I would like to

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-04 Thread Tim Larson
On Fri, Mar 05, 2004 at 02:32:21AM +0100, Joerg Heinicke wrote: wb:repeater id=myRepeaterId parent-path=. row-path=TheRowPath wb:unique-row wb:value id=myId1 path=myId1/ wb:value id=myId2 path=myId2/ /wb:unique-row wb:on-bind wb:value id=field1 path=field1/ wb:value

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-03 Thread Joerg Heinicke
wb:repeater id=myRepeaterId parent-path=. row-path=TheRowPath wb:unique-row wb:unique-field id=myId1 path=myId1/ wb:unique-field id=myId2 path=myId2/ /wb:unique-row wb:on-bind wb:value id=myId1 path=myId1/ wb:value id=myId2 path=myId2/ wb:value id=field1

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-03 Thread Bruno Dumon
On Wed, 2004-03-03 at 22:24, Joerg Heinicke wrote: wb:repeater id=myRepeaterId parent-path=. row-path=TheRowPath wb:unique-row wb:unique-field id=myId1 path=myId1/ wb:unique-field id=myId2 path=myId2/ /wb:unique-row wb:on-bind wb:value id=myId1 path=myId1/

Re: [CForms] Support for multipe unique-row-id in Repeater

2004-03-03 Thread Antonio Gallardo
Joerg Heinicke dijo: wb:repeater id=myRepeaterId parent-path=. row-path=TheRowPath wb:unique-row wb:unique-field id=myId1 path=myId1/ wb:unique-field id=myId2 path=myId2/ /wb:unique-row wb:on-bind wb:value id=myId1 path=myId1/ wb:value id=myId2 path=myId2/

[CForms] Support for multipe unique-row-id in Repeater

2004-03-02 Thread Antonio Gallardo
OK. It is done! Now we can write: wb:repeater id=myRepeaterId parent-path=. row-path=TheRowPath wb:unique-row wb:unique-field id=myId1 path=myId1/ wb:unique-field id=myId2 path=myId2/ /wb:unique-row wb:on-bind wb:value id=myId1 path=myId1/ wb:value id=myId2