Need help Character Encoding :-((

2007-12-12 Thread Andreas Busch
Hello, I have a problem with search and paging, I do search with a post from form and then do pagination with the search-result. work's , but if there are some spezial charachters in the search like ü etc the paging makes problems. some codesnippets .. form method="get" action="/op

Re: Need help Character Encoding :-((

2007-12-12 Thread Johannes Textor
Hi Andreas, if something goes wrong with the encoding, it's almost certainly a generator issue. Which generator are you using? Could you post the corresponding part of sitemap.xmap so we can have a look at your pipeline? Johannes Andreas Busch wrote: Hello, I have a problem with search an

Re: Cocoon and clustering

2007-12-12 Thread Alec Bickerton
Carsten Ziegeler wrote: > Alec Bickerton wrote: >> Having spent most of today going through a mountain of .xsl, I have >> found the cause. It appears that if a transformation does this... >> >> >> >> >> >> >> Then the session context hangs around and causes the Not serializable >> e

RE: Need help Character Encoding :-((

2007-12-12 Thread Andreas Busch
Hi johannes, Here is the sitemap fragment The important search.xml comes from

Re: Need help Character Encoding :-((

2007-12-12 Thread Joerg Heinicke
On 12.12.2007 8:37 Uhr, Johannes Textor wrote: Instead of creating a link with you should create a form with hidden elements and a button. The form values will get encoded ISO-8859-1 correctly. Or you set form-encoding to UTF-8 specifically for this pipeline. But given this bug, it is probab

Re: Need help Character Encoding :-((

2007-12-12 Thread Johannes Textor
> Unfortunately, creating your own links does not work with special > characters. While your pages are in ISO-8859-1 and probably work fine > with all forms and stuff since the server also expects ISO-8859-1, these > links get *always* UTF-8 encoded so that you have a mismatch on the > server.

Re: Need help Character Encoding :-((

2007-12-12 Thread Joerg Heinicke
On 12.12.2007 3:09 Uhr, Andreas Busch wrote: I have a problem with search and paging, I do search with a post from form and then do pagination with the search-result. work's , but if there are some spezial charachters in the search like ü etc the paging makes problems. some codesnippets ..

Re: RE: Need help Character Encoding :-((

2007-12-12 Thread Johannes Textor
Hi Andreas, I'd bet that the screwed umlaut arises already at the level of the multisearch generator, can you confirm this? (by looking at search.xml?cocoon-view=debug and checking the source code). If this is indeed the problem, your generator is not using the correct encoding to decode the

RE: Need help Character Encoding :-((

2007-12-12 Thread Andreas Busch
Thanks , Then the workaround described in my last post, is not a workaround, it was the solution. :-)) working now. Thanks a lot Andreas -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 2:59 PM To: users@cocoon.apache.org Subject: Re

Problem integrating with websphere 6

2007-12-12 Thread RODIERE Stephane
Hi, We've got an error integrating our application into websphere 6 : [12/12/07 18:01:37:616 CET] 0023 WebAppE [Servlet Error]-[Cocoon]: java.lang.NoSuchMethodError: org/eclipse/jdt/internal/compiler/env/ ..(Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;)V a