cforms problem when trying jx

2005-07-08 Thread Joose Vettenranta
Hi, I changed in sitemap map:trasform type=cforms / - map:transform type=jx / Then I added jx:import uri=resource://org/apache/cocoon/forms/ generation/template.jx/ in to the template file. Then when calling that forms page from flow I get this error msg: Description:

Re: cforms problem when trying jx

2005-07-08 Thread Joose Vettenranta
Sorry to spam, but forgot to say that I'm using cocoon 2.1.5.1 Thanks, Joose Joose Vettenranta kirjoitti 8.7.2005 kello 13:10: Hi, I changed in sitemap map:trasform type=cforms / - map:transform type=jx / Then I added jx:import uri=resource://org/apache/cocoon/forms/

Re: cforms problem when trying jx

2005-07-08 Thread Marc Salvetti
Hello, i had this kind of pb before because of the binding. either you are calling new Form(form-definition) in your flow where you are not supposed to or you use the handleForm function from the sample and didn't supplied a binding-uri hope this helps Marc Joose Vettenranta a écrit :

Re: cforms problem when trying jx

2005-07-08 Thread Joose Vettenranta
Marc Salvetti kirjoitti 8.7.2005 kello 13:25: Hello, i had this kind of pb before because of the binding. either you are calling new Form(form-definition) in your flow where you are not supposed to or you use the handleForm function from the sample and didn't supplied a binding-uri