Problem in rendering Excel reports using jxreports

2003-12-14 Thread Ashish Kumar
Hi all, I m trying to generate Excel reports using jxreports. I have adjusted the mysql database connections in cocoon.xconf according to my database the param.html is showing appropriate database entries. Bit When I try view the xls file it displays nothing and the error I get is:

Attempt to output character of integral value 160...

2003-12-14 Thread Sarah Haff
Hello All, I am getting the java.lang.RuntimeException: org.xml.sax.SAXException: Attempt to output character of integral value 160 that is not represented in specified output encoding of . exception. I am using Cocoon 2.1.3 with Jetty. I have already tried updating to the latest Xalan.

German special character got lost during XSP processing

2003-12-14 Thread David Zellhoefer
Hej, I have a problem with the encoding of special characters (my assumption) and their processing in Cocoon. You'll find my configuration below. I have a database holding some strings with special German Umlaute such as ä, ö etc. All characters are stored right, when I check them with the

Re: How to obtain db connection from pool ?

2003-12-14 Thread Mariusz Sieraczkiewicz
Suggested using flowscript, then try sth like this: try { var dbSelector = cocoon.getComponent(Packages.org.apache.avalon.excalibur.datasource.DataSourceComponent.ROLE + Selector); var dataSrc = dbSelector.select(your counnection); conn = dataSrc.getConnection();

Re: Form validation problem

2003-12-14 Thread Mariusz Sieraczkiewicz
I don't know the answer, but I've a suggestion. Using actions is old way of creating forms. There is great stuff developed recently for handling forms (validatin, binding etc.) called CocoonForms (WOODY). Dig into user docs and wiki pages and you'll find helpful information on flexible and

How to burst a large document into small pieces?

2003-12-14 Thread Conal Tuohy
I am looking for a way to improve performance bursting or splitting large documents into smaller ones. Currently I have a pipeline that takes a large document and uses an XSLT to extract one part of it (i.e. a chapter). The sitemap takes the chapter id from the request URI and passes it to

Dynamic Woody - loading definitions via cocoon://

2003-12-14 Thread Phil Blake
Hi All, Just a quick question about Woody definition and binding loading. I want the definition and bindings to be dynamically generated so I use something like this: var woodyFormDefinition = cocoon://private-form/testDefinition var woodyFormBindings = cocoon://private-form/testBindings

Recursive Transformation

2003-12-14 Thread Frans Thamura
Hi All, I got information that in cocoon for recursive transforming, we need to create custom transformer. Is it right? and what is the first step to do that? Regards, Frans Thamura [EMAIL PROTECTED] Intercitra Innovation Center +62 855 7888 699 We help you manage and control. --

RE: Recursive Transformation

2003-12-14 Thread Conal Tuohy
-Original Message- From: Frans Thamura [mailto:[EMAIL PROTECTED] Subject: Recursive Transformation I got information that in cocoon for recursive transforming, we need to create custom transformer. Is it right? and what is the first step to do that? No, I don't think that's

Redirects in Cocoon 2.1.3 ?

2003-12-14 Thread Derek Hohls
I am in the process of converting old sites from Cocoon 2.0.4 to Cocoon 2.1.3. I have the following code snippet, which works fine in the former: !-- Form target which performs auth service -- map:match pattern=docs/do-login !-- first validate whether submitted values are

Palm doc format?

2003-12-14 Thread Derek Hohls
Does anyone know of a method for converting from XML to the doc format suapported by Palm handhelds? AFAIK, this is a binary format and it would seem that a serializer would be the best method for performing this. Perhaps there is one available that can be adapted? Thanks Derek -- This