partial answer of cocoon-reload parameter

2003-02-18 Thread Lionel Crine
this.base = null; this.login = null; this.password = null; this.request = null; this.manager.release(this.parser); // this.parser = null; I have commented this line above, so I do not empty the parser. Now I don't have to use "cocoon-reload" parameter and when I relod the p

Re: cocoon-reload parameter

2003-02-18 Thread Geoff Howard
I'd highly recommend disabling its use (in web.xml) for live sites. Geoff Howard At 04:28 AM 2/17/2003, you wrote: I generate file from a form and I need to use cocoon-reload parameter, I don't know why but I had to. To use it I'm doing, from my xsl file. ... ... Is th

Re: cocoon-reload parameter

2003-02-18 Thread Lionel Crine
The pipeline : http://localhost/there.wdsl"/> The xsl document : ... IXIASOFT DEMO ... etc h

Re: cocoon-reload parameter

2003-02-18 Thread Upayavira
Lionel, > You're right, but when I don't use it the sax events from my transformer > are lost. > They are in the tomcat "console" (the windows where we see the error) but > the xslt transformer do not get them. Could you post the section of your sitemap, so that we can see what you are trying

Re: cocoon-reload parameter

2003-02-18 Thread Lionel Crine
u are. Additionally, I'd highly recommend disabling its use (in web.xml) for live sites. Geoff Howard At 04:28 AM 2/17/2003, you wrote: I generate file from a form and I need to use cocoon-reload parameter, I don't know why but I had to. To use it I'm doing, from my xsl file. .

Re: cocoon-reload parameter

2003-02-17 Thread Geoff Howard
drain on your system to use it the way you are. Additionally, I'd highly recommend disabling its use (in web.xml) for live sites. Geoff Howard At 04:28 AM 2/17/2003, you wrote: I generate file from a form and I need to use cocoon-reload parameter, I don't know why but I had to. To

AW: cocoon-reload parameter

2003-02-17 Thread Marco Rolappe
> [mailto:[EMAIL PROTECTED]]Im > Auftrag von Lionel Crine > Gesendet: Montag, 17. Februar 2003 10:28 > An: [EMAIL PROTECTED] > Betreff: cocoon-reload parameter > > > I generate file from a form and I need to use cocoon-reload parameter, I > don't know why but I had to.

cocoon-reload parameter

2003-02-17 Thread Lionel Crine
I generate file from a form and I need to use cocoon-reload parameter, I don't know why but I had to. To use it I'm doing, from my xsl file. ... ... Is there another way to use it without passing it in the URL. --