Re: Firefox 3 and URL

2008-07-02 Thread Alexandre Mazouz
I want to redefine the standard getElementsByTagName with your getElementsByTagNameNoNS. Do you know where can i make it? Luca Morandini-2 wrote: Alexandre Mazouz wrote: Okay, it seems that getElementsByTagName() has different behavior in FireFox 2.0 and Firefox 3.0. why? i don't know

Re: Passing a node-set from XSLT to Java

2008-07-02 Thread Andrew Chamberlain
Hi Luca, That was it! I changed the line which did the insert to: xsl:variable name="result" select="myClass:addGML($gmlAdder,xalan:nodeset($gml)/gml:Polygon)"/ Many thanks for your help! Andy Luca Morandini wrote: Andrew Chamberlain wrote: Hi All, I'm trying to pass a tree

Re: Firefox 3 and URL

2008-07-02 Thread Luca Morandini
Alexandre Mazouz wrote: I want to redefine the standard getElementsByTagName with your getElementsByTagNameNoNS. Do you know where can i make it? Sorry, but I haven't understood what you meant: could you please rephrase ? Luca Morandini www.lucamorandini.it

Re: Firefox 3 and URL

2008-07-02 Thread Alexandre Mazouz
Sorry, i have : xElt.getElementsByTagName(...); xElt is a XMLElement. i want to use your function instead of getElementsByTagName but i don't know how can i make it. Thanks, Luca Morandini-2 wrote: Alexandre Mazouz wrote: I want to redefine the standard getElementsByTagName with your

Re: Firefox 3 and URL

2008-07-02 Thread Luca Morandini
Alexandre Mazouz wrote: Sorry, i have : xElt.getElementsByTagName(...); xElt is a XMLElement. i want to use your function instead of getElementsByTagName but i don't know how can i make it. Hmm... as I see it, there is only one way: change every instance of

Re: Firefox 3 and URL

2008-07-02 Thread Joerg Heinicke
In Javascript you can use prototype to redeclare functions of an object. I wonder if it works though with core libraries or if they aren't locked. Joerg On 02.07.2008 08:48, Luca Morandini wrote: i have : xElt.getElementsByTagName(...); xElt is a XMLElement. i want to use your function

Re: Firefox 3 and URL

2008-07-02 Thread Alexandre Mazouz
Thanks for your help, I have advanced in my debug job but not finished. I will try to redeclare functions of a core librairies. Joerg Heinicke wrote: In Javascript you can use prototype to redeclare functions of an object. I wonder if it works though with core libraries or if they

Cocoon 2.1.10 Application Freezing

2008-07-02 Thread [EMAIL PROTECTED]
Hi, I am sort of going to get a heart attack in the next hours, if I can’t resolve this quickly. We recently deployed a new Version of a intranet-application of a large logistic company here in Germany. It is completely written in cocoon and performs extraordinary nicely. Until at one

Firefox 3 ajax response

2008-07-02 Thread Johan Cwiklinski
Hello, It seems that Firefox3 has an encoding bug with ajax responses (see https://bugzilla.mozilla.org/show_bug.cgi?id=431701). Wa have a CFoms form with repeaters handled with ajax. On IE and Firefox 2, all is ok, but with Firefox 3, data encoding is not correct (ie Amitit?s instead of

Setting Response to 404 has no effect

2008-07-02 Thread Robin Wyles
Hi, When I try to set the response code to 404 from within a generator it has no effect, i.e a 200 is still returned. It seems that HttpServletResponseBufferingWrapper[1] blocks this status code and doesn't set it on the wrapped HttpServletResponse. Is this by design? Thanks, Robin

Re: Setting Response to 404 has no effect

2008-07-02 Thread solprovider
On 7/2/08, Robin Wyles [EMAIL PROTECTED] wrote: When I try to set the response code to 404 from within a generator it has no effect, i.e a 200 is still returned. It seems that HttpServletResponseBufferingWrapper[1] blocks this status code and doesn't set it on the wrapped HttpServletResponse.

Re: Cocoon 2.1.10 Application Freezing

2008-07-02 Thread Ralph Goers
A couple of thoughts. 1. In my experience turning off pooling will make matters worse, not better. 2. You show threads blocked, but they aren't using CPU. What is using all the CPU? Look at the threads that are actually running. Chances are the clue to the bottleneck will be there. The two