Re: Filter transformer - default block size?

2007-11-30 Thread Carsten Ziegeler
Derek Hohls wrote: > I am using the filter transformer - which works just fine - > as follows: > > > > true > > > > > In the case where *no* values are passed for the parameters, > it seems the "count" value defaults to "10". Is there a way to change > what this default is withou

Re: Accessing sitemap label-attribute in TraxTransformer

2007-11-30 Thread Janne K. Olesen
Hi Andrew, Andrew Stevens wrote: You seem to be missing the point of dependency injection - the TraxTransformer doesn't look up its logger or specify its name or anything like that. It just declares "I want a logger" (by implementing a "loggable" interface), and the component manager gives it

HSSSFSerializer: Auto row height by WrapText in MergedRegions not supported?

2007-11-30 Thread Skladovs, Victor
Hi, guys! I would appreciate any help of the following problem: I use Cocoon-2.1.10 and POI-3.0.1. when I define a for a single cell only, the text is being wrapped and a row gets automatically the height so that the whole text is visible. BUT: when I define a MergedRegion from, say, a one

Re: Passing ApplicationServer system properties to the cocoon log4jconfigurator

2007-11-30 Thread Sébastien Geindre
Bonjour Raphaël! Raphaël Piéroni a écrit : Hi guys, Using the org.apache.cocoon.spring.configurator.log4j.Log4JConfigurator I need to pass the ${jonas.base}system properties inside the log4j.xml But i can't find a way to change content the settings to insert that property from inside my sprin

RE: Accessing sitemap label-attribute in TraxTransformer

2007-11-30 Thread Andrew Stevens
You seem to be missing the point of dependency injection - the TraxTransformer doesn't look up its logger or specify its name or anything like that. It just declares "I want a logger" (by implementing a "loggable" interface), and the component manager gives it one. So to do what you are sugge

[Cocoon 2.2] Cforms default styling for textareas

2007-11-30 Thread Raphaël Piéroni
Hi Guys, in the default ps-cforms-defaut.xsl that i copied in my project ther is some bug for displaying a texte area. Here is the extract of my xsl for enabling textareas :

Re: Fop 0.93 in cocoon 2.1.9

2007-11-30 Thread Huib Verweij
Hi Carlos, recently I installed fop-0.94 and xmlgraphics-commons-1.2 into Cocoon 2.1.11 (svn version). That works, but only with a different Cocoon FOP serializer which you can find here: http://www.mail-archive.com/users@cocoon.apache.org/msg39164.html Regards, Huib Verweij. On vr, 2007-11-3

Accessing sitemap label-attribute in TraxTransformer

2007-11-30 Thread Janne K. Olesen
hallo out there, does anybody know if there is a possibility to access the "label"-attribute from inside the TraxTransformer (java-code)? I wrote my own TraxTransformer and I want to use the sitemap "label"-attribute as a logger name. Greetings Janne Olesen

Fop 0.93 in cocoon 2.1.9

2007-11-30 Thread Carlos Martínez
Hello, I'm trying to run fop 0.93 in cocoon 2.1.9. I have added fop0.93.jar and xmlgraphics-commons-1.1.jar l to the WEB-INF\lib in my local instalation of cocoon, and remove the old jar versions. And when i try to use the fo2pdf serializer it show me this error. java.lang.NoClassDefFoundErr