Re: Using xsl:include in stylesheet throwing error

2005-12-20 Thread Geert Josten
Hi, Sounds like both an error and an anti-pattern to me. I would say that you don't want an included stylesheet to rely on something that is in the including stylesheet. Shouldn't you be including the other way around? Cheers, Geert Duncan McLean wrote: Hi Thanks for all your help; think

Re: Hivemind integration - how to access cocoon context?

2005-12-20 Thread Bertrand Delacretaz
Le 19 déc. 05, à 19:19, David Legg a écrit : I would like to organize a Cocoon app as a set of Hivemind components (as recommended by the Bricks CMS demo). I've very quickly run into a problem... one of the components needs to read some data from a file and therefore needs access to the

getting values of widgets inside fd:union

2005-12-20 Thread Andreas Deininger
Hi, I encountering a problem with CForms: inside a multi-step wizard, I defined a selection-list of persons. The last item of that list is Enter your own person data below. If you select that item, an imput mask for the person data appears. I got that working with the code below. The form

Re: getting values of widgets inside fd:union

2005-12-20 Thread Sylvain Wallez
Andreas Deininger wrote: Hi, I encountering a problem with CForms: inside a multi-step wizard, I defined a selection-list of persons. The last item of that list is Enter your own person data below. If you select that item, an imput mask for the person data appears. I got that working with the

Cforms upload widget

2005-12-20 Thread Christofer . Dutz
Hi Just a small question ... How is work on the ajax upload-widget support going on? Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with XMLFile input module when using Saxon8 as default XSLT processor

2005-12-20 Thread Fred Vos
Thanks to Raffaele Merico for his answer on this list. Stopping tomcat5, renaming the saxon8.jar into zsaxon8.jar and starting tomcat5 again solved this problem. It even solved some other strange problems. On Mon, Dec 19, 2005 at 11:14:43PM +0100, Fred Vos wrote: [...] 2. Copied file

Re: Hivemind integration - how to access cocoon context?

2005-12-20 Thread David Legg
Thanks Bertrand. You're right that currently, in Bricks, the HiveMind component manager is completely separate from Cocoon's, this deserves to be improved. I recall a bit of your CocoonGT 2005 talk where you mentioned that. ...what I'd do is to build the HiveMind Registry in a different way:

RE: Easier indexing

2005-12-20 Thread Dan Nicolici
Thank you Martijn! I have very little experience with Cocoon so I am still unsure about a lot of things. People telling me that I'm not slipping off the path is really what I need. Thanks again to all who reply! Dan - To

Re: Hivemind integration - how to access cocoon context?

2005-12-20 Thread Bertrand Delacretaz
Le 20 déc. 05, à 12:22, David Legg a écrit : ...Is Hivemind still worth using as a 'best of practice' component manager? I've never used it but is Spring the current pretender to the throne of preferred Cocoon component manager?... IMHO it doesn't matter much, the way in which these

StatusGenerator not showing stored objects anymore

2005-12-20 Thread Laurent Perez
Hello I replaced my JCS store implementation (I'm using 2.1.5.1) with a Whirlycache one, also removed the store Janitor, and clearly noticed performance improvements for my cached pipelines after that. However, the StatusGenerator doesn't seem to show stored objects anymore : I know they are

Re: Two XML files and one XSL file in Cocoon(Summary)

2005-12-20 Thread Markus Vaterlaus
On 12/19/05, kavitha ramesh [EMAIL PROTECTED] wrote: Ard Schrijvers,Markus Vaterlaus and Geert Josten,,,Many Thanks for your suggestions,,, I tried the following way and it works,, map:match pattern=one map:generate src=author.xml/ map:serialize type=xml/ /map:match If

RE: I18n problem - need some help : urgent

2005-12-20 Thread Binkley, Peter
Try map:serialize type=html/ . The i18n transformer is very particular about the output method. Peter Peter Binkley Digital Initiatives Technology Librarian Information Technology Services 4-30 Cameron Library University of Alberta Libraries Edmonton, Alberta Canada T6G 2J8 Phone: (780)

RE: StatusGenerator not showing stored objects anymore

2005-12-20 Thread Oliver Powell
Hi Laurent, Can I ask why you chose not to upgrade Cocoon and make use of EHCache instead? Do you think Whirlycache is better? We noticed more stability after moving to EHCache and performance has been good, but I'm interested in your thoughts on this. Also, what do you use instead of

Re: working with custom blocks

2005-12-20 Thread Michael Wechner
Upayavira wrote: Michael Wechner wrote: Hi I have created my own block for Cocoon-2.1.X, but realized that I have to patch the following files: gump.xml and lib/jars.xml and also have to copy libs to lib/optional Is there a way that one does not have to patch these files? Or am I

Re: StatusGenerator not showing stored objects anymore

2005-12-20 Thread Laurent Perez
Can I ask why you chose not to upgrade Cocoon and make use of EHCache instead? Do you think Whirlycache is better? We were experiencing performance problems on a production site, and the timeline wasn't wide enough to let me upgrade the whole Cocoon jars bag at once, plus we had components tied

RE: StatusGenerator not showing stored objects anymore

2005-12-20 Thread Oliver Powell
Our production environment is Cocoon 2.1.6 using EHCache and the status page does show cache contents, eg: org.apache.cocoon.components.store.impl.EHDefaultStore (hash = 0x197dab3) * cached: [show] * size: 2916 items in cache (0 are empty) Clicking on the show link displays key values

Forms/Flow: Control Flow Behind form.showForm()

2005-12-20 Thread Patrick Refondini
In the context of Cocoon Forms using Flowscript: I am looking for hints where to look (doc, source code) to understand how the decision for the flow control to block to form.showForm() or continue is made. Patrick - To

AW: Forms/Flow: Control Flow Behind form.showForm()

2005-12-20 Thread Merico Raffaele
Ciao Patrick The form.showForm() function is located in the Form.js file in the lib/cocoon-forms-block.jar. Cheers ... Raffaele -Ursprüngliche Nachricht- Von: Patrick Refondini [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 21. Dezember 2005 08:09 An: users@cocoon.apache.org

Re: Forms/Flow: Control Flow Behind form.showForm()

2005-12-20 Thread Bertrand Delacretaz
Hi Patrick, Le 21 déc. 05, à 08:08, Patrick Refondini a écrit : ...I am looking for hints where to look (doc, source code) to understand how the decision for the flow control to block to form.showForm() or continue is made... To use form.showForm() you must load the Forms library code,