RE: ExceptionSelector: Exception Not Unrolling

2004-12-01 Thread Kist, Paul
Any idea on this one? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 3:01 PM To: [EMAIL PROTECTED] Subject: Re: ExceptionSelector: Exception Not Unrolling On 30.11.2004 20:51, Kist, Paul wrote: Hello everyone, I am using

ExceptionSelector: Exception Not Unrolling

2004-11-30 Thread Kist, Paul
Hello everyone, I am using the ExceptionSelector to do some custom error handling based on the different Exceptions being thrown. It looks like the only Exceptions I am able to do anything with are the java.lang.RuntimeException and the org.apache.cocoon.ProcessingException. I set up a

UTF-8 and Encoding Problems

2004-06-23 Thread Kist, Paul
Here's one I haven't seen before: I have an HTML form with the following input tag: input onclick=updateFields(this); name=select value=Patientrsquo;s Page type=radio The rsquo; is supposed to translate to this form of the single quote: ' However this string is being stored in the database,

DOM-Free Generator

2004-03-30 Thread Kist, Paul
Title: Message I am working on a generator that gets a CLOB out of the database via a stored procedure.All the examples of custom generators use the SAX content handler to build the document. I won't need to do any of that, I just need to be able to use the XML that comes straight from the

Readers, DatabaseReader, and MimeTypes

2004-03-25 Thread Kist, Paul
I am having an issue concerning Mime-Types and the DatabaseReader (and readers in general) I am trying to read PDFs from a database, as well as from the file system, and in both cases, the PDF gets streamed into the browser, and Acrobat is not being launched. For some reason the correct