Problems with continuations

2008-10-31 Thread Victor Vera
Hi all... I'm working in a project with cocoon 2.2 and cforms. I have to go from form A to form B, and then come back to the form A, when the form B is completed. what i try to do is make a submit from the form A to form B, sending a continuation id. The pipeline for form B is a call function. T

Not Required CalculatedField in CForms

2008-09-02 Thread Victor Vera
I'm working in a forms application, with some calculated fields. The problem is, when i put a calculated field with "not required" dependents fields, i get an exception because the expression search for the value of the second argument in the expression and this is not yet loaded. For example:

Re: Creating a parent POM

2008-07-29 Thread Victor Vera
>> I've been getting the same error too. I was wondering if the 2.0.2 >> version of maven-war-plugin was to blame so I tried changing the >> version to 2.0.1 in my webapp block but I noticed the message still >> refers to 2.0.2 despite running `mvn clean`. So either I'm not >> correctly clea