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"; path="/" >
   <fb:value id="make" path="make.name"/>
</fb:context>
Doesn't work

Regards
Wotan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to