RE: FW: i18n problem with i18n:attr : ArrayIndexOutOfBoundsException

2003-01-29 Thread Thomas Haselberger
thx joerg, I tried again to get this work, putting the xalan and xerces jars in jre/lib/endorsed, in tomcats common/endorsed, trying the lates xalan etc. - no way. finally switched to j2sdk 1.4.1_01 and all works ok now. regards, tom -Original Message- From: Joerg Heinicke

FW: i18n problem with i18n:attr : ArrayIndexOutOfBoundsException

2003-01-25 Thread Thomas Haselberger
another try to get feedback for my problem: -Original Message- From: Thomas Haselberger Sent: Dienstag, 21. Jänner 2003 10:52 To: Cocoon-Users (E-mail) Subject: i18n problem with i18n:attr : ArrayIndexOutOfBoundsException I use cocoon 2.0.4 in tomcat 4.1.18 with j2sdk1.4.0_03

i18n problem with i18n:attr : ArrayIndexOutOfBoundsException

2003-01-21 Thread Thomas Haselberger
(Thread.java:536) = any ideas ? thx, tom -- thomas haselberger - Please check that your question has not already been answered in the FAQ before posting. http

set user agent with request parameter or path element

2002-10-15 Thread Thomas Haselberger
I'm using the browser selector to display different content depending on the user agent. Now I'd like to set the user agent with a request parameter or path element. eg. url?user_agent=nokia7110 then the user agent should be set to nokia7110 to be used in the browser selector. any hints how

RE: set user agent with request parameter or path element

2002-10-15 Thread Thomas Haselberger
-Original Message- From: Jörg Heinicke [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 15. Oktober 2002 12:01 To: [EMAIL PROTECTED] Subject: Re: set user agent with request parameter or path element AFAIK the best then is to use is parameter selector, not the browser selector. But so

RE: set user agent with request parameter or path element

2002-10-15 Thread Thomas Haselberger
-Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 15. Oktober 2002 15:17 Subject: Re: set user agent with request parameter or path element And why not simply always the browser selector?? let me explain: a user should be able to select a friends

RE: [newbie] wml serializer

2002-10-11 Thread Thomas Haselberger
Zein, hope you have a statement like that in the serializer section of your sitemap. then the wml type serialization should work ... - map:serializer logger=sitemap.serializer.wml mime-type=text/vnd.wap.wml name=wml src=org.apache.cocoon.serialization.XMLSerializer

RE: Cocoon confusion

2002-10-04 Thread Thomas Haselberger
-Original Message- From: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]] I've created a pipeline to access my welcome.html file like this: map:match pattern=*.html map:generate type=file src={1}.html/ map:serialize type=html/ /map:match hello mauro, why don't