Error handler in sitemap

2008-01-29 Thread Bobby Quninne
I have been struggling with this issue for a while. I have consulted the docs on the cocoon site and looked at the forums but cannot find a resolution. There seems to be no failure loading the sitemap.xamp on startup. Basically the pages I want displayed when an exception is thrown from a

Re: PDF forms

2008-01-29 Thread Derek Hohls
Andy I have not used this myself (so standard disclaimers apply), but have you looked at the itext website - http://www.lowagie.com/iText/ One of the items mentioned is Automate filling out of PDF forms. Perhaps this could be linked with Cocoon in some way? Derek On 2008/01/29 at 03:18, in

Re: Error handler in sitemap

2008-01-29 Thread Jason Johnston
Bobby Quninne wrote: I have been struggling with this issue for a while. I have consulted the docs on the cocoon site and looked at the forums but cannot find a resolution. There seems to be no failure loading the sitemap.xamp on startup. Basically the pages I want displayed when an exception

PDF forms

2008-01-29 Thread Andy Stevens
Hi again, Is it possible to produce PDFs containing forms (of the type things into the acrobat reader before printing or submitting electronically AcroForms type, as opposed to just printing some empty boxes) using Cocoon? I can't find any mention of them on either the Cocoon or FOP sites, which

Re: MockLogger configuration

2008-01-29 Thread Grzegorz Kossakowski
Robin Rigby pisze: Am I right that the MockLogger delegates to log4j? I get warnings about configuring log4j. Where should I put log4j.xconf for testing? Better, where should I look to find out for myself? Yes, MockLogger delegates to log4j but I fail to see where it's used. I think

MockLogger configuration

2008-01-29 Thread Robin Rigby
Am I right that the MockLogger delegates to log4j? I get warnings about configuring log4j. Where should I put log4j.xconf for testing? Better, where should I look to find out for myself? Many thanks Robin - To

map:flow scope?

2008-01-29 Thread Steven D. Majewski
Are the map:flowmap:script values inherited by sub sitemaps like the component configurations, or are they local to a sitemap ? Can I put all of the map:script declarations in my top level sitemap and use map:call in the sub sitemaps ? -- Steve Majewski / UVA Alderman Library

Automatic call pipeline at startup

2008-01-29 Thread Alessandro Vincelli
Is possible call pipeline or flowscript function at application startup? thanks in advance Alessandro -- http://www.alessandro.vincelli.name - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: processToDom talking to another block

2008-01-29 Thread Grzegorz Kossakowski
anil pisze: Hi - Could someone clarify whether it's possible for me to use the processToDOM function in pipelineUtil to talk to a pipeline from another block's sitemap? It's not possible. PipelineUtil class has been designed before servlet: protocol's advent and was limited to cocoon:

Re: processToDom talking to another block

2008-01-29 Thread anil
Grzegorz - As always, thank you very much for your prompt response. I'm not able to try this now, but I will do so in the next day or so and report back to the list. Once again, many thanks. Anil. -- View this message in context:

Re: grammar for validation block validation transformer

2008-01-29 Thread Steven D. Majewski
After digging into this a bit more, I suspect that this does not work because the JAXP validation framework implementation used does not support DTD validation. This is not obvious from the documentation, because the higher level docs document an abstract interface, and note all of the