Re: 'Hello World' for Cocoon component builders?

2005-10-16 Thread Justin Fagnani
I haven't done this in quite a while, but I'm pretty sure you need to add a role for your class in user.roles -Justin On Oct 16, 2005, at 7:15 PM, David Legg wrote: I'm exhausted! I've spent the last week wading through terse web pages and trying everything I can think of with little to sh

'Hello World' for Cocoon component builders?

2005-10-16 Thread David Legg
I'm exhausted! I've spent the last week wading through terse web pages and trying everything I can think of with little to show for it. All I want to do is create a component that gets configured with parameters from cocoon.xconf and initialized at startup. The trouble is I seem to have fall

RE: Return xml from an Action to the pipeline?

2005-10-16 Thread Combinational Logic
I think this would be possible with cinclude.  Each generator would have its own pipeline.  One of your generators would generate cinclude tags that pull in XML from the other generator/pipeline.   From: Lachlan Paterson [mailto:[EMAIL PROTECTED] Sent: Sunday, October 16, 200

Re: Where to put a generator

2005-10-16 Thread David Legg
Hi Jason, it would be nice if i keep my java sources somewhere seperate as well, as i don't want them to get entangled with the cocoon build process. I've been down the same road as you. Like you I wondered how to keep my code seperate from Cocoon's. There are many good reasons for attempti

Re: Return xml from an Action to the pipeline?

2005-10-16 Thread Lachlan Paterson
Is it possible to have two generators and then merge the results?On 10/16/05, Combinational Logic <[EMAIL PROTECTED] > wrote:Having never created a generator, I can't comment on that, but it sounds like a good idea.  Can anyone estimate how much effort this requires?Another way might be call the ja

RE: Return xml from an Action to the pipeline?

2005-10-16 Thread Combinational Logic
Having never created a generator, I can't comment on that, but it sounds like a good idea. Can anyone estimate how much effort this requires? Another way might be call the java lib from flowscript, creating a DOM. Then pass the DOM to a JXTemplate (along with any other DOMs you want to 'merge' wi

Where to put a generator

2005-10-16 Thread Jason Dusek
is putting my own class/package/jar in WEB-INF a good or bad idea? i've managed to keep all my documents out of COCOON_HOME by using the mount-table.xml file. it would be nice if i keep my java sources somewhere seperate as well, as i don't want them to get entangled with the cocoon build process.

Re: Return xml from an Action to the pipeline?

2005-10-16 Thread Ralph Goers
Lachlan Paterson wrote: I have a pipeline that is successfully producing web pages. I would like to create a report using Jasper Reports (which is just a simple java library) and then insert that report back into one of my web pages. Jasper Reports can output to xml so this should be possibl

RE: DITA and Cocoon

2005-10-16 Thread Combinational Logic
Given that there is widespread interest for something like this, how would you recommend we move ahead? Collaboratively capturing requirements and use-cases for a DITA app seems like a good place to start. Lenya or Daisy might make good starting points, or perhaps it would be best to start from

Re: Getting started (again)

2005-10-16 Thread Jonas Lundberg
You can find the blog/forum web site script package at: http://sourceforge.net/projects/shapecms/ It is an early release. I hope you can get it running. Hans - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [CForms] Encoding Problem with CForms

2005-10-16 Thread Johannes Textor
Hi Christofer, make sure the encoding you use in your files & form definition matches the form-encoding parameter of your servlet engine, specified in web.xml - I'm devoloping on linux, using utf-8 as default file encoding + form encoding and had to set the form-encoding param to utf-8 like this:

[CForms] Encoding Problem with CForms

2005-10-16 Thread Christofer Dutz
Hi,   I got my application up and running nicely except one small encoding-problem which is driving me nuts. I load an Xml-Document, which contains German umlauts If I print this to the console, everything is ok … I load the Dom into the form … debug output widget.lookupWidget(“xyz”).get

Return xml from an Action to the pipeline?

2005-10-16 Thread Lachlan Paterson
I have a pipeline that is successfully producing web pages. I would like to create a report using Jasper Reports (which is just a simple java library) and then insert that report back into one of my web pages. Jasper Reports can output to xml so this should be possible. I am open to suggestions

Re: [Fwd: RE: Unintentional Caching with Tomcat 5.5.x]

2005-10-16 Thread Joerg Heinicke
On 15.10.2005 19:07, Carsten Ziegeler wrote: The uri is used as a "default" for the cache key. You can include parameters and any additional information in the key if you need to. You can define your own cache key by setting a parameter on the pipeline: So, you can e.g. use input modules t

Re: DITA and Cocoon

2005-10-16 Thread Angelo Immediata
I'm interested to this discussion too. Please keep it on list. Angelo -- Initial Header --- >From : "Ross Gardler" [EMAIL PROTECTED] To : users@cocoon.apache.org Cc : Date : Sat, 15 Oct 2005 21:02:46 +0100 Subject : Re: DITA and Cocoon > Bertran