Réf. : Erreur map:call function did not send a response

2005-09-20 Thread Sebastien BARATHIEU
Voici une implémentation qui fonctionne correctement et qui dépasse le cadre simple de ton problème, néammoins elle peut donner des idées : La fonction Makepdf estimplémenté dans un fichier pdf.flow : function makepdf() { var xml_file; var pdf_file; var outstreamPDF; // the

Re: Probleme bloquant sur le portal

2005-09-20 Thread Philippe Guillard
Je viens de realiser qu'en cachingURI coplet les events sont attribues dans l'order 1,2,3 etc.. a tous les a href.../ et cl:link trouve. Quand je fais back avec le navigateur je vois des liens qui sont d'autres events mais le portal ne sait pas que je suis revenu en arriere. Ca marche en effet

Re: [GT2005] ANNOUNCE: Cocoon GetTogether registration NOW open

2005-09-20 Thread Ralph Goers
I was able to get it to work. I copied the link location and pasted into the address bar. I then changed the website from link2.map24.com to link2.nl.map24.com and that fixed it. Ralph Niels van Kampenhout wrote: Ralph Goers wrote: I just noticed that the link on the cocoongt website

Re: CForms: Binding nested repeaters into beans

2005-09-20 Thread Joose Vettenranta
Hi, maybe this will help: http://joose.iki.fi/ojb/ There is example of repeater and beans... HTH, Joose Victoria Vitaver kirjoitti 20.9.2005 kello 9:28: Hmm... no replies ... so does that mean that binding nested repeaters into beans is not possible??? Please anwser if there is a way to

browser support ecmascript

2005-09-20 Thread Andres Taborda
Some can help me, What browser support ecmascript in linux. I Have examples where svg with ecmascript run excelent in Internet Explorer (Windows) but in mozilla (linux) not run, desactive the events and functions script of ecmascript Thanks - script type=text/ecmascript

[CFORMS] HTMLArea

2005-09-20 Thread Jeroen Reijn
Hi Guys, I'm working a lot with Cocoon Forms on a daily basis. For our CMS we've been using HTMLArea for quit some time now. It works like it should, but there is are some nice features missing (IMO). A few months ago I looked at Xinha (http://xinha.python-hosting.com/), but never got the time

Two I18N problems

2005-09-20 Thread Rudolf Fáber
I have 2 problems with I18N transformation. My configuration is Red Hat Linux 9, Tomcat 5.0.28 and Cocoon 2.1.7 but I also tried it on Windows with the same Tomcat. 1. When the I18n transformer is the first and only transformer in the pipeline, the transformation works but everytime I change

Where do you access HttpResponse from ?

2005-09-20 Thread Laurent Perez
Hello I would like to access the org.apache.cocoon.environment.http.HttpResponse object from within Cocoon, but I don't understand where or how to do that (sitemap, internal component, flow) I can get cocoon.response from the flow, but this interface doesn't have the methods that I'd like to

Re: Two I18N problems

2005-09-20 Thread Jason Johnston
I have 2 problems with I18N transformation. My configuration is Red Hat Linux 9, Tomcat 5.0.28 and Cocoon 2.1.7 but I also tried it on Windows with the same Tomcat. 1. When the I18n transformer is the first and only transformer in the pipeline, the transformation works but everytime I

Re: Two I18N problems

2005-09-20 Thread Ralph Goers
Jason Johnston wrote: I have this same problem in 2.1.7; it worked fine before we upgraded from 2.1.5.1. I've checked the cache-on-startup config parameter in the xconf and sitemap and they're both set to false. This is happening in non-cacheable pipelines, so it's definitely a problem with

Re: Two I18N problems

2005-09-20 Thread Jason Johnston
Jason Johnston wrote: I have this same problem in 2.1.7; it worked fine before we upgraded from 2.1.5.1. I've checked the cache-on-startup config parameter in the xconf and sitemap and they're both set to false. This is happening in non-cacheable pipelines, so it's definitely a problem with

Re: [CFORMS] HTMLArea

2005-09-20 Thread Upayavira
Jeroen Reijn wrote: Hi Guys, I'm working a lot with Cocoon Forms on a daily basis. For our CMS we've been using HTMLArea for quit some time now. It works like it should, but there is are some nice features missing (IMO). A few months ago I looked at Xinha (http://xinha.python-hosting.com/),

Re: CForms: Binding nested repeaters into beans

2005-09-20 Thread Victoria Vitaver
Joose Vettenranta wrote: Hi, maybe this will help: http://joose.iki.fi/ojb/ There is example of repeater and beans... HTH, Joose Thanks, I've already followed this tutorial (BTW. thank you, this tute helped me _a lot_ when setting up OJB) Basically I have no problems mapping repeaters

Re: CForms: Binding nested repeaters into beans

2005-09-20 Thread Christoph Hermann
Am Dienstag, 20. September 2005 23:20 schrieb Victoria Vitaver: Hi, maybe this will help: http://joose.iki.fi/ojb/ There is example of repeater and beans... Thanks, I've already followed this tutorial (BTW. thank you, this tute helped me _a lot_ when setting up OJB) Basically I have no

Re: CForms: Binding nested repeaters into beans

2005-09-20 Thread Victoria Vitaver
What is your problem _exactly_? When it comes to the binding I have something like fb:repeater id=validity parent-path=. row-path=validities fb:identityfb:value id=position path=position//fb:identity fb:on-bind fb:value id=position path=position/

Re: CForms: Binding nested repeaters into beans

2005-09-20 Thread Victoria Vitaver
Jason Johnston wrote: What is your problem _exactly_? When it comes to the binding I have something like fb:repeater id=validity parent-path=. row-path=validities fb:identityfb:value id=position path=position//fb:identity fb:on-bind fb:value id=position

Handle-errors with redirect. Is it possible?

2005-09-20 Thread Gerry Kaplan
Is it possible to redirect from within the handle-errors block? Here's what I want to do, but can't figure out how to get there. map:handle-errors map:select type=exception map:when test=invalid-continuation map:act type=redirect-to src=index.html/ ...

Re: Handle-errors with redirect. Is it possible?

2005-09-20 Thread Ralph Goers
This should probably go into an faq. Here is the pertinent link: http://marc.theaimsgroup.com/?l=xml-cocoon-devm=105231353428562w=2 Take a look at the vote thread that this message points to. You will see that if you just have to have it then you need to implement your own action to do it.