Re: Serious Encoding Problems (Umlaute)

2003-06-06 Thread Matthias Brunner
On Friday 06 June 2003 10:38, Alexander Schatten wrote: > >what is the LANG environment variable set to? Apparently, this > > can have some influence on the JVM. Try setting it to LANG=de. > > Actually, it should work without that but I was not able to > > figure it out. > > GREAT! thank you, that

Re: Serious Encoding Problems (Umlaute)

2003-06-05 Thread Matthias Brunner
On Thursday 05 June 2003 23:46, Alexander Schatten wrote: > I use Tomcat 4 and Cocoon 2 and SQLTransformer, mySQL. > > Interestingly, everything works fine on Windows XP; German Umlauts > are entered correctly into the database, and displayed correctly > when HTML is created from the table. > > The

Re: wget blocks on cocoon pages

2003-03-24 Thread Matthias Brunner
On Friday 21 March 2003 15:23, Andrew Savory wrote: > Hi Matthias, > > On Fri, 21 Mar 2003, Matthias Brunner wrote: > > Accessing a cocoon page with wget takes much longer than usual: > > "wget http://localhost:8080/cocoon/"; takes 20 seconds! > > What sort of

wget blocks on cocoon pages

2003-03-21 Thread Matthias Brunner
one else experienced this problem? Which programme is to blame for this? Versions: Linux, Sun JDK 1.4.1_01-b01, Tomcat 4.1.12, Cocoon 2.0.4, wget 1.8.2 Best regards! Matthias Brunner - To unsubscribe, e-mail: [EMAIL PROTECTED] For

XSL parameters

2003-03-08 Thread Matthias Brunner
Hello, how do I set XSL parameters in the sitemap? This does not seem to be possible: I do not want to activate "use-request-parameters" since the user should not be able to set parameters himself. Best regards, Matthi

NullPointerException in XSPUtil.relativeFilename()

2002-12-11 Thread Matthias Brunner
wrong? SW: Cocoon 2.0.4, Tomcat 4.1.12, JDK 1.4.1_01, Linux Best regards! -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc --

Re: Problem with Character Encoding in Cocoon 2 / Postgres

2002-12-11 Thread Matthias Brunner
line with the French > characters works fine. It's only when I post the page and call > the function that it goes wrong. > Is multibyte encoding enabled in the database (e.g. createdb -E ISO-8859-1 mydb)? Best regards! -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 2

Re: Accessing DatabaseAddAction result

2002-12-10 Thread Matthias Brunner
ld be hidden in other modules) Best regards! -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc - Please check that your que

Accessing DatabaseAddAction result

2002-12-10 Thread Matthias Brunner
aseAddAction not set something like two request attributes "success" and "errorMessage"? Or is this not the cocoon way of doing it? How is this realised without having to rely on xsp? (AFAIK, it is also possible to access request attributes in xsl) Best regards! -- Matthias

Re: cocoon 2.0.4

2002-12-10 Thread Matthias Brunner
> just insane ? What do the logs say? (TOMCAT\logs) -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc - Please check th

Does FormValidatorAction work with 2.0.4?

2002-12-10 Thread Matthias Brunner
1.12, JDK 1.4.1_01, Linux Thanks in advance! -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc - Please check that your questi

Re: Trailing slashes in request

2002-11-19 Thread Matthias Brunner
now: http://mysite/cocoon/sub/admin does work but http://mysite/cocoon/sub/admin/ is redirected to http://mysite/cocoon/sub/admin/admin/index. Yet these are problems I can solve myself. Again, thank you. -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F

Trailing slashes in request

2002-11-19 Thread Matthias Brunner
here? Something like at the end of the pipeline? -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc - Please check t

[Possible BUG] builtin-logicsheet problems

2002-07-02 Thread Matthias Brunner
or.process(HttpProcessor.java:1027) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125) at java.lang.Thread.run(Thread.java:484) Best regards! -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501

Cocoon and mysql

2002-04-22 Thread Matthias Brunner
at java.lang.Thread.run(Thread.java:536) Cocoon 2.0.2, Tomcat 4.0.4b2, Sun JDK 1.4 The mm.mysql driver is in the classpath (I tested it) What am I doing wrong? Is JDK 1.4 to blame? -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check

Re: Cocoon & xindice: SAX problem

2002-03-11 Thread Matthias Brunner
his works. Best regards! -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc - Please check that your question has not already been answ

Cocoon & xindice: SAX problem

2002-03-10 Thread Matthias Brunner
ource")) ((XMLResource)res).getContentAsSAX(this.contentHandler); ... Is there anything wrong with passing contentHandler to other functions? How do I properly include already parsed XML data by using SAX, without having to reparse it? Best regards! -- Matthias Brunner <[EMAIL PROTECTED]>