Tree widget - slow when heavily populated? (2)

2007-11-19 Thread Filip Pavlin
Hi again, This is just a follow-up to my previous message (see below). I looked a bit more into this and I think I might have found the reason for the slowdown. If I understand it right AJAX is used to limit the data that is being sent between server and browser, sending only the data that

Re: What is COB-INF?

2007-11-19 Thread Joerg Heinicke
On 19.11.2007 16:33 Uhr, Reinhard Poetz wrote: In Cocoon 2.2 the generate block contains a folder called COB-INF which I think stands for Cocoon Block, may be. However, what is this directory and where can I configure it's name? Why would the root of the block be /COB-INF when referring to it

Re: What is COB-INF?

2007-11-19 Thread Reinhard Poetz
Mansour wrote: Mansour wrote: In Cocoon 2.2 the generate block contains a folder called COB-INF which I think stands for Cocoon Block, may be. However, what is this directory and where can I configure it's name? Why would the root of the block be /COB-INF when referring to it in the sitemap

Re: What is COB-INF?

2007-11-19 Thread Mansour
Mansour wrote: In Cocoon 2.2 the generate block contains a folder called COB-INF which I think stands for Cocoon Block, may be. However, what is this directory and where can I configure it's name? Why would the root of the block be /COB-INF when referring to it in the sitemap Then in the /ME

What is COB-INF?

2007-11-19 Thread Mansour
In Cocoon 2.2 the generate block contains a folder called COB-INF which I think stands for Cocoon Block, may be. However, what is this directory and where can I configure it's name? Why would the root of the block be /COB-INF when referring to it in the sitemap Then in the /META-INF/cocoon/sp

Re: Custom DOM transformer

2007-11-19 Thread solprovider
You have proven the problem is not in the custom DOMTransformer. Warrell suggests using the Request Generator. I generate form data using the Server Pages Generator with an XSP. I wrote this when I was very new to Cocoon. It works, but I would be very interested in a debate about the best algori

Re: read several source files from a directory

2007-11-19 Thread Francesco Chicchiriccò
Hi Bastien, first of all, please take care of quoting (see [1]). You'll find my answers embedded below. Cheers. Bastien saquet wrote: Sounds good, but..., I'm not able to use it. In my sitemap I have: Uhm, that lonely "item" seems to be quite strange: it should be an

Re: read several source files from a directory

2007-11-19 Thread Bastien saquet
Sounds good, but..., I'm not able to use it. In my sitemap I have: Then I want to retrieve the value of the element1. Therefore I wrote in my xsl: And, I get nothing... What am I doing wrong? Cheers, Bastien On Nov 19, 2007 4:48 PM, Francesco Chicchir

Re: Starting with Cocoon

2007-11-19 Thread Grzegorz Kossakowski
Mansour pisze: After finishing the the tutorial http://cocoon.apache.org/2.2/1290_1_1.html how can I build the war file to view its contents? Thank you. See http://cocoon.apache.org/2.2/1362_1_1.html Command mvn package jetty:run mentioned in that tutorial produces a WAR file that is passe

Re: read several source files from a directory

2007-11-19 Thread Francesco Chicchiriccò
Bastien saquet wrote: Hi all, I have a problem to read information from several xml files all stored in the same directory. Basically I need to read in each files (the files are all stored in ./xml directory): ... ... Then I want to use these information in my xsl file. But I find no so

[Cocoon-2.2-RC2 + flowscript-1.0-RC2] weird behaviour (Windows OK / Linux Exception)

2007-11-19 Thread Raphaël Piéroni
Hi Guys, I have found a workaround : First i moved all my scripts but admin.js from /COB-INF/flow to /META-INF (i think could have moved them elsewhere) And also at the end of the admin.js i wrote a reference to each of my ecmascript file. Raphaël Raphaël Piéroni a écrit : Hi Guys, I got

read several source files from a directory

2007-11-19 Thread Bastien saquet
Hi all, I have a problem to read information from several xml files all stored in the same directory. Basically I need to read in each files (the files are all stored in ./xml directory): ... ... Then I want to use these information in my xsl file. But I find no solutions to do that. I tr

[Cocoon-2.2-RC2 + flowscript-1.0-RC2] weird behaviour (Windows OK / Linux Exception)

2007-11-19 Thread Raphaël Piéroni
Hi Guys, I got a really weird behaviour in my flowscripts. When running on windows, everything is fine. But when i run on linux, i got an ecmascript exception. Both on windows or linux i use a Jrockit.5.0 JVM, and a JONAS.4.8.4 application server. I use the same ear built on windows in both cas

XSLT custom implementation (or XSLTTransformer initialization)

2007-11-19 Thread Jean-Claude Vogel
Hello, Sorry to send several questions on the mailing list. I would like to know what I have to configure to make my own class implementing XSLTTransformer in spring and to use it in the sitemap. I am a newbie with Cocoon so if somebody would have an example it would be famous. Here is an extrac

Re: Starting with Cocoon

2007-11-19 Thread Mansour
Joerg Heinicke wrote: On 18.11.2007 18:53 Uhr, Mansour wrote: For now, maven is not the right choice for me. I need to understand every single file before I use it in my projects. If something goes wrong, I want to find out why and immediately. I need to know how I can utilize it in my work.

Re: Custom DOM transformer

2007-11-19 Thread Jean-Claude Vogel
Thank you, effectively it was just a mistake during my drag and drop to write my email. The true code is : My sitemap contains other pipelines which I don't show he

Re: Starting with Cocoon

2007-11-19 Thread Joerg Heinicke
On 18.11.2007 15:05 Uhr, Mansour wrote: Now, let's figure out why it was failing. I was following the tutorial on http://cocoon.apache.org/2.1/howto/howto-html-pdf-publishing.html and I obtained the site map contents from their. If the site map was missing something, how did you know that this

Re: Starting with Cocoon

2007-11-19 Thread Joerg Heinicke
On 18.11.2007 18:53 Uhr, Mansour wrote: For now, maven is not the right choice for me. I need to understand every single file before I use it in my projects. If something goes wrong, I want to find out why and immediately. I need to know how I can utilize it in my work. I don't want to scare y

Re: Starting with Cocoon

2007-11-19 Thread Mansour
After finishing the the tutorial http://cocoon.apache.org/2.2/1290_1_1.html how can I build the war file to view its contents? Thank you. Ralph Goers wrote: Mansour wrote: The cocoon build will also create cocoon.xconf and put the definitions you need for the desired blocks in it. You sho

Re: Starting with Cocoon

2007-11-19 Thread Ralph Goers
Mansour wrote: The cocoon build will also create cocoon.xconf and put the definitions you need for the desired blocks in it. You should only modify it if you are adding your own components. Again, you'll only do this if you know what you are doing and have a reason. That's what I am trying t