Re: forms with ajax and cinclude

2007-09-21 Thread cocoon.erard
no, it isn't. But without this cinclude transformation I don't have this tags either. -- Original Message -- From: Grzegorz Kossakowski <[EMAIL PROTECTED]> Reply-To: users@cocoon.apache.org Date: Fri, 21 Sep 2007 16:16:53 +0200 >

forms with ajax and cinclude

2007-09-21 Thread cocoon.erard
Hi, I've another problem in my application. I've extracted a piece of my form template in a separate xml to have a module that can be reused. With this include Iinclude the commented part into my template. In the form I enabled ajax, and when I have Errors while the validation this errors ar

Re: Continuation.suspend(); does not stop

2007-09-21 Thread cocoon.erard
ache.org Date: Fri, 21 Sep 2007 14:14:17 +0200 >Sounds like the code instrumentation is not happening. For further >help you will need to provide some more details. > >cheers >-- >Torsten > >On 21.09.2007, at 14:10, cocoon.erard wrote: > >> Hello, >> >

Continuation.suspend(); does not stop

2007-09-21 Thread cocoon.erard
Hello, I'm using cocoon 2.2 and replaced all my javascript flow with javaflow. Now I've the problem, that the code does not stop in the sendPageAndWait for Forms. Any hints? Regards, Mike QuickLine WebMail - http://www.QuickLine.com --

transformator should add a tag

2007-08-30 Thread cocoon.erard
Hello, I've written a custom transformator, that replaces some text in the source and in some special case, this transformator should also add a tag behind this given tag. My problem is now, that when the transformator adds a tag he makes . How do I have to add the < and > signs?

Re: how to perform the transformation for cForms

2007-07-06 Thread cocoon.erard
Ok, thank you for the hint, felix. I changed my project structure, I used the block archetype instead the webapp. Now the forms are running correct, and it's easy to develop with the rcl. But what about the deployment? I've tried the goal cocoon:deploy-war to create a deployable build and recei

how to perform the transformation for cForms

2007-07-05 Thread cocoon.erard
Hello I'm making my first steps with cocoon 2.2 and have my first trouble. I wanted to make some tests with cforms and cannot perform the styling transformation. I've generated the webapp with the archetype, and startet from this skeleton, made an xsl to transform the forms. In this xsl I'd lik

RE: Calendar does not open

2006-11-24 Thread cocoon.erard
Hello, I' have the matcher for the scripts, but the link to the js is missing in the source of the generated html. Regards Mike -- Original Message -- From: "Ard Schrijvers" <[EMAIL PROTECTED]> Reply-To: users@cocoon.apache.org Date: Fri, 24 Nov 2006

Calendar does not open

2006-11-24 Thread cocoon.erard
Hello, I'm making a new webapp with cocoon 2.1.9. I've copied the stylesheets and the mattkruse-lib directy into my file strukture, because later, I'll have to make some modifications. The stylesheets in a stylesheets folder and the js in a scripts folder. Sure I had to modify some pathes in t

cocoon 2.1.9 and dojo 0.3.1

2006-10-23 Thread cocoon.erard
Hello, I've seen cocoon is using dojo for the ajax components. Which Version of dojo is used in version 2.1.9 and is it possible to use the sortable table with cocoon? Thanks Mike QuickLine WebMail - http://www.QuickLine.com --

Re: custom validator is not called

2006-06-01 Thread cocoon.erard
.apache.org Date: Thu, 01 Jun 2006 20:07:09 +0200 >Hi Mike, >please let me know if I understand correctly. The same java validator >gives no problem, except when used inside a union? Does other >validations (try length or regexp) work correctly in the same situation? > >Simon

custom validator is not called

2006-06-01 Thread cocoon.erard
Hello, I'm using the following construct to display or hide a field. This is only an Example, I'currently testing something. My problem is now, that my Java validator is never called. Is this a Bug or did I make a misstake? When i use the validator elsewhere, there's no problem. Thanks Mike

Re: Binding and

2006-05-31 Thread cocoon.erard
oh yes... I've forgotten this. Thank you very much. -- Original Message -- From: Jason Johnston <[EMAIL PROTECTED]> Reply-To: users@cocoon.apache.org Date: Wed, 31 May 2006 07:47:03 -0600 >cocoon.erard wrote: >> Hello, >>

Binding and

2006-05-31 Thread cocoon.erard
Hello, I've a problem with a small binding example I'm currently trying. in my model if have. Next [...] and in my Binding file: fb:context xmlns:fb="http://apache.org/cocoon/forms/1.0#binding"; xmlns:fd="http://apache.org/cocoon/forms/1.0#definition"; path=

users@cocoon.apache.org

2006-05-23 Thread cocoon.erard
Hello, I'm playing a bit with the -Tag for widget validation. My form is binded with a Java Bean and I' try to access from my custom WidgetValidator the other fields of the binding class. Is this possible to get the JavaBean somehow in the WidgetValidator or do I have to deal with the widgets

Re: binding for multivaluefields

2005-12-06 Thread cocoon.erard
no why, but it works. Thanks, Mike -- Original Message -- From: Niels van Kampenhout <[EMAIL PROTECTED]> Reply-To: users@cocoon.apache.org Date: Mon, 05 Dec 2005 17:17:03 +0100 >cocoon.erard wrote: >> Hello, >> >> I'm tryin

binding for multivaluefields

2005-12-04 Thread cocoon.erard
Hello, I'm trying to bind a multivaluefield with an object, but this doesn't work. I've a bean: public class MyBean { private HashMap questions = new HashMap(); public HashMap getQuestions() ... public void setQuestions(HashMap questions) ... } the quesitons map contains Question Ob

Re: how to start pipeline processing from dom element

2005-11-17 Thread cocoon.erard
.run(Thread.java:552) -- Original Message -- From: Bruno Dumon <[EMAIL PROTECTED]> Reply-To: users@cocoon.apache.org Date: Wed, 16 Nov 2005 15:08:30 +0100 >On Wed, 2005-11-16 at 14:36 +0100, Askild Aaberg Olsen wrote: >> cocoon.erard wrote:

how to start pipeline processing from dom element

2005-11-15 Thread cocoon.erard
hello, I've e dom Element and like to start the pipeline processing from this Element. How can I do that? Do I have to write a Generator? Regards Mike QuickLine WebMail - http://www.QuickLine.com

Null values in AbstractComposableService

2005-11-07 Thread cocoon.erard
Hello, I'm using axis in Cocoon 2.1.7 and have a BindingImpl of my service. This BindingImpl extends the AbstractComposableService. But if I want to use the service the members (logger, m_manager) of the superclass are not initialized. Do I have to configure something in the cocoon.xconf to m

CForms: Generating template with data from a database

2005-10-27 Thread cocoon.erard
hello, I'm writing an application which generates forms out of an xml-db. With the model this is no problem, with version 2.1.7 it's possible to set the Form.js directly the Document out of the database, it's not longer needed to work with xml files. Is there a way to do this with the template