Re: CForms: Binding of two connected Beans

2007-01-23 Thread Wotan von Klass
Hi Mark, perfect! On 1/22/07, Mark Lundquist [EMAIL PROTECTED] wrote: Hi Wotan, On Jan 22, 2007, at 2:28 AM, Wotan von Klass wrote: fb:context xmlns:fb=http://apache.org/cocoon/forms/1.0#binding; path=/ fb:value id=make path=make.name/ /fb:context Doesn't work Right, it's jxpath.

CForms: Binding of two connected Beans

2007-01-22 Thread Wotan von Klass
Hello, I try to bind two connected beans to one form. Let's say a car bean has a reference to a make bean. I load the car and bind it to the form: form.load(car); How do I bind now to the properties of the make in the same form? fb:context xmlns:fb=http://apache.org/cocoon/forms/1.0#binding;

Re: CForms: Binding of two connected Beans

2007-01-22 Thread Mark Lundquist
Hi Wotan, On Jan 22, 2007, at 2:28 AM, Wotan von Klass wrote: fb:context xmlns:fb=http://apache.org/cocoon/forms/1.0#binding; path=/ fb:value id=make path=make.name/ /fb:context Doesn't work Right, it's jxpath. Use: fb:value id=make path=make/name/ cheers, —ml—