Carsten Ziegeler dijo: > Antonio Gallardo [mailto:[EMAIL PROTECTED] >> >> Hi: >> >> I setted this breakpoints: >> >> 1-o.a.c.components.flow.javascript.fom.FOM_Cocoon.java at line 261. >> >> 2- >> o.a.c.components.flow.javascript.fom.FOM_JavaScriptInterpreter >> .java at line 837 >> >> 3-o.a.c.components.flow.AbstractInterpreter.java at line 171 >> >> I posted the 3 breakpoints to draft the route the problem >> follow. It is a problem in the sendPage from Javaflow. I >> think, the last breakpoint is the most important because >> until it all is OK. >> >> I wonder if the problem is in the hint we post store for the >> redirector (3 file at line 179). >> > Hmm, this hint is in 2.1.5 as well, so as it worked there for you, > I think this is not the problem. > I think I found the problem it seems to be in the tree processor. > Give me some minutes to verify this.
Thanks! BTW, I found a simpler test case: 1- Replace line 171 in cocoon-2.1/build/webapp/samples/flow/jxcalc/calc.js with: var uri = "/samples/flow/jxcalc/page/getNumber" + name.toUpperCase(); It must work. Best Regards, Antonio Gallardo.
