RE: CForms Binding - Cross Referenced Data (duplicate of post on users)

2005-03-14 Thread Linden H van der (MI)
PROTECTED] Sent: Monday, 14 March, 2005 00:37 To: dev@cocoon.apache.org Subject: Re: CForms Binding - Cross Referenced Data (duplicate of post on users) Without having tried it yet, if it were the case that cocoon forms cant deal with nested lists/rows then i guess trying to use aggreate

Re: CForms Binding - Cross Referenced Data (duplicate of post on users)

2005-03-14 Thread Mark Lowe
see 3. One of them demonstrates nested repeaters. Bye, Helma -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Monday, 14 March, 2005 00:37 To: dev@cocoon.apache.org Subject: Re: CForms Binding - Cross Referenced Data (duplicate of post on users

Re: CForms Binding - Cross Referenced Data (duplicate of post on users)

2005-03-14 Thread Sylvain Wallez
Ben Pope wrote: Hi, First of, sorry for the post here, but I've asked a few times on users and not had this solved, so I'm gonna cross my fingers and post here: This is something I've been struggling with, on and off, for some time now. Assume I have some data as follows: project people

RE: CForms Binding - Cross Referenced Data (duplicate of post on users)

2005-03-14 Thread Ben Pope
Sylvain Wallez wrote: Ben Pope wrote: project people person id=0 nameMe/name /person person id=1 nameYou/name /person person id=2 nameHim/name /person /people rooms room id=0 nameLounge/name

RE: CForms Binding - Cross Referenced Data (duplicate of post on users)

2005-03-13 Thread Linden H van der (MI)
Hi, Just a quick response. What you describe here are two entities: rooms and persons. It is much more common sense to treat them separately, i.e. a list for editing persons (just a repeater) and a list for editing rooms (simple list?) and finally, maybe a doubleList for adding persons to a

RE: CForms Binding - Cross Referenced Data (duplicate of post on users)

2005-03-13 Thread Ben Pope
Linden H van der (MI) wrote: Hi, Just a quick response. What you describe here are two entities: rooms and persons. It is much more common sense to treat them separately, i.e. a list for editing persons (just a repeater) and a list for editing rooms (simple list?) and finally, maybe

RE: CForms Binding - Cross Referenced Data (duplicate of post on users)

2005-03-13 Thread Linden H van der (MI)
: Sunday, 13 March 2005 20:22 To: dev@cocoon.apache.org Subject: RE: CForms Binding - Cross Referenced Data (duplicate of post on users) Linden H van der (MI) wrote: Hi, Just a quick response. What you describe here are two entities: rooms and persons. It is much more common

Re: CForms Binding - Cross Referenced Data (duplicate of post on users)

2005-03-13 Thread Mark Lowe
Pope [mailto:[EMAIL PROTECTED] Sent: Sunday, 13 March 2005 20:22 To: dev@cocoon.apache.org Subject: RE: CForms Binding - Cross Referenced Data (duplicate of post on users) Linden H van der (MI) wrote: Hi, Just a quick response. What you describe here are two entities: rooms

RE: CForms Binding - Cross Referenced Data (duplicate of post on users)

2005-03-13 Thread Ben Pope
sample demonstrate what you are looking for. HTH. Bye, Helma -Original Message- From: Ben Pope [mailto:[EMAIL PROTECTED] Sent: Sunday, 13 March 2005 20:22 To: dev@cocoon.apache.org Subject: RE: CForms Binding - Cross Referenced Data (duplicate of post