Re: créer son war avec son application intégrée

2006-08-23 Thread Bertrand Delacretaz
On 8/23/06, Alain Gervais [EMAIL PROTECTED] wrote: ...qulqu'un aurait-il une piste ou un lien à me proposer ?.. L'application d'exemple Bricks fournit un build qui permet de créer un war, et propose une manière plus propre d'intégrer ton code avec Cocoon - voir

Problèmes de cache

2006-08-23 Thread Yves Zoundi
Bonjour à tous et à toutes, J'ai des problèmes de cache avec Apache Cocoon. Il semblerait qu'aucune de mes pages ne soit placée dans le cache. Quand je génère la page de statut de Cocoon en utilisant le générateur de status(StatusGenerator), je constate que ehcache ne contient aucun objet. Je me

Troubles with Ajax (fd:suggestion-list)

2006-08-23 Thread Yves Langisch
Hi, I try to get a simple Ajax sample running but I have some troubles. My sample consists of a fd:suggestion-list as follows: fd:field id=path fd:datatype base=string/ fd:suggestion-list fd:item value=aaa/ fd:item value=abb/

Antwort: Troubles with Ajax (fd:suggestion-list)

2006-08-23 Thread fhagen
Hi Yves, yes, the entry in the sitemap is needed. map:match pattern=_cocoon/forms/suggest map:generate type=suggestion-list/ //a new generator has to be defined at the sitemap components (see below) map:transform type=i18n/ map:transform

Re: Ajax Cocoon Forms

2006-08-23 Thread Toby
Hugo Madureira wrote: I don't want to have a whole page with the form. Instead, I need to use a div to hold the forms and use the Cocoon Forms using Ajax Requests. The problem is that the forms block include .js files in the html head tag and this can't be done using Ajax. I had a similar

Caching problems

2006-08-23 Thread Yves Zoundi
Hi everybody, I have caching problems with Cocoon. I am using a pipeline which type is caching but when I generate the cocoon status using Cocoon Status Generator, I can see that ehcache hasn't stored any objects. I wonder if I have to do something in the cocoon.xconf file. Thanks in advance

a Servelt call a Cocoon

2006-08-23 Thread rachid harradi
how can i proviede a Sitemape,which receives data by HTTP and represents by means of transformer in HTML?. my TestApplet StringBuffer uri = new StringBuffer(http://localhost:8080/cocoon/ameli/index.html;); BufferedReader br = null; //

Re: Caching problems

2006-08-23 Thread Leszek Gawron
Yves Zoundi wrote: Hi everybody, I have caching problems with Cocoon. I am using a pipeline which type is caching but when I generate the cocoon status using Cocoon Status Generator, I can see that ehcache hasn't stored any objects. I wonder if I have to do something in the cocoon.xconf file.

How to use URLRewriter from the pipeline

2006-08-23 Thread Mark Lundquist
Is there a transformer/module/source that makes the functionality of o.a.c.components.source.URLRewriter available from within the sitemap? Thanks for any suggestions, —ml— - To unsubscribe, e-mail: [EMAIL PROTECTED] For