[2.2 trunk] Problem with CForms Bean Binding Example

2007-01-24 Thread Wotan von Klass
Hello, I have a problem with the Bean Binding example. When I click the submit button, the form is loaded again. But I should get in the "form2bean-success-pipeline" and see data extracted from the bean. Any thoughts? Are the 2.2 CForms allready stable? Regards Wotan

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: > http://apache.org/cocoon/forms/1.0#binding"; > path="/" > > > > Doesn't work

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? http://apache.org/cocoon/forms/1.0#binding"; path="/" > Doesn'

Re: Access component in JXTemplate

2006-09-11 Thread Wotan von Klass
on, context and so on. So > how can i access it there? Is there a parameter for the cocoon object? Suppose yo uwant to access your de.cocoon.persistantfactory.PersistenceFactory, right? You can just add an inputModule, that looksup your de.cocoon.hibernate.HibernateFactory,

Access component in JXTemplate

2006-09-11 Thread Wotan von Klass
an JXTemplateGenerator in the sitemap: The call at the moment is: but in blocks.xml I only have request, session, context and so on. So how can i access it there? Is there a parameter for the cocoon object? Thanks a lot Wotan von Klass