Re: Passing request params to a flowscript thru a resource?

2003-12-02 Thread Carlos Chávez
request parameters thru resources to a flowscript? Thank you. Regards Stephan -- Carlos Chávez AG Software, S.A. 876-8344 267-3007

Re: [flowscript] How to set an integer value in the FlowScript?

2004-01-28 Thread Carlos Chávez
. with the decimal datatype try this: repeater.offset = new java.math.BigDecimal(0); How to fix it? Joerg I hope help you. Cheers, Carlos Chávez

Re: [CForms] Binding error while saving back?

2004-02-04 Thread Carlos Chávez
statements when debugging issues like this. You could use a javascript binding right before the context binding or before the value bindings to print out the values of the jxpathcontext and jxpathpointer to see of they give any clues. Thanks for the advice. --Tim Larson -- Carlos Chávez

[CFORMS] forms_submitForm renamed to oldforms_submitForm

2005-05-24 Thread Carlos Chávez
Hello to all. we recently update the cocoon 2.1.x from SVN and in cforms the javascript function forms_submitForm was rename to oldforms_submitForm. so, what is the new function ? this change break almost all my forms. any hint ? Carlos Chávez. Cheers. -- Carlos Chávez

Re: [CFORMS] forms_submitForm renamed to oldforms_submitForm

2005-05-24 Thread Carlos Chávez
Sylvain Wallez Escribio :-) Carlos Chávez wrote: Hello to all. we recently update the cocoon 2.1.x from SVN and in cforms the javascript function forms_submitForm was rename to oldforms_submitForm. so, what is the new function ? this change break almost all my forms. any hint

usage of cocoon.createObject

2008-01-14 Thread Carlos Chávez
/basket.js We create the objects: org.apache.cocoon.components.flow.util.PipelineUtil and org.apache.cocoon.samples.LuceneUtil. Cheers, Carlos Chávez.

BRANCH_2_1_X-dojo1_1 - dojoId is not defined

2010-07-04 Thread Carlos Chávez
to the email the fix for this error. -- Cheers. Carlos Chávez. ### Eclipse Workspace Patch 1.0 #P BRANCH_2_1_X-dojo1_1 Index: src/blocks/forms/resources/org/apache/cocoon/forms/resources/js/common.js === --- src/blocks/forms/resources/org

Re: BRANCH_2_1_X-dojo1_1 - dojoId is not defined

2010-07-14 Thread Carlos Chávez
attaching another patch, this patch is to make work again the suggestion list of type javascript: fd:suggestion-list type=javascript -- Cheers. Carlos Chávez. On Mon, Jul 5, 2010 at 6:56 AM, Carlos Chávez ccha...@agssa.net wrote: Hi guys. I was testing the branch http://svn.apache.org/repos/asf

Re: cocoon 2.1.x and java 8

2015-01-15 Thread Carlos Chávez
, CompilerOptions.VERSION_1_5); break; On 15/01/15 02:19, Francesco Chicchiriccò wrote: On 08/01/2015 00:12, Carlos Chávez wrote: Hi all. I'm trying to run cocoon in java 8, I found an issue with the JDT core that did not recognize java 8, the version in cocoon is lib/core/jdtcore

Re: cocoon 2.1.x and java 8

2015-01-30 Thread Carlos Chávez
Hi Francesco. I uploaded the patch. On 16/01/15 01:24, Francesco Chicchiriccò wrote: On 15/01/2015 18:59, Carlos Chávez wrote: Hi Francesco. I downloaded that file and it works with java 8. I found another test that is failing, http://localhost:/samples/blocks/xsp/java/java5

Re: cocoon 2.1.x and java 8

2015-02-01 Thread Carlos Chávez
Let me see what can I do. Francesco Chicchiriccò Escribio :-) On 31/01/2015 06:24, Francesco Chicchiriccò wrote: On 30/01/2015 15:09, Carlos Chávez wrote: Hi Francesco. I uploaded the patch. Hi Carlos, patch applied (and issue closed), thanks. It seems there is a problem; see https

cocoon 2.1.x and java 8

2015-01-07 Thread Carlos Chávez
it throw a NullPointerException when it tried to compile the XPS. With that version the exception is gone and the page is generated. thoughts, please ? -- Saludos. Carlos Chávez. AG Software, S.A.