Re: Using xsl:analyze-string & regex-group?

2005-11-18 Thread Matt Kendall
I have used analyze-string and regex-group with the Saxon 8b Trax processor before, so I know it's supported there. How do I verify that Saxon is being used for the transform? Is there a log message somewhere? Thanks! Matt On 11/18/05, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > Le 18 nov. 0

Re: Using xsl:analyze-string & regex-group?

2005-11-18 Thread Bertrand Delacretaz
Le 18 nov. 05, à 21:21, Matt Kendall a écrit : ...Unfortunately, I keep getting errors because Cocoon says it does not recognize the "regex-group" function Have you tried it with Saxon at the command-line, outside of Cocoon? If it works there, next step would be to verify that your transf

Page iteration in Cocoon

2005-11-18 Thread Oleg Konovalov
Hi, I am trying to implement the following enhancement in Cocoon 2.0.4 project (with sitemap actions). Imagine you have 2 databases (one is Master, one is Current). Users can upload information from external Excel files given by 3rd party companies (new, same, partially modified records). So user

Re: [ANN] Apache Cocoon 2.1.8 Released

2005-11-18 Thread Aurélien DEHAY
Le vendredi 18 novembre 2005 à 12:28 +0100, Carsten Ziegeler a écrit : > Apache Cocoon 2.1.8 Released Great news. Thank you to all Cocoon team. An happy user. -- Aurélien - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Using xsl:analyze-string & regex-group?

2005-11-18 Thread Matt Kendall
Hopefully this is an easy question. I would like to use the XSLT 2.0 analyze-string tags inside of an XSLT, but I cannot seem to get Cocoon to recognize them. I have my stylesheet version set to version="2.0" and I've tried using Saxon8b (using the instructions on Cocoon Wiki) as the XSLT transform

AW: [CForms] Dynamically opening popup with action.

2005-11-18 Thread Christofer Dutz
Thank you for your quick reply. I will try that as soon as my head cooled down again. Think you saved my weekend (as far as I had a look at your solution) ;) Chris -Ursprüngliche Nachricht- Von: Sylvain Wallez [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 18. November 2005 17:51 An: user

Re: [CForms] Dynamically opening popup with action.

2005-11-18 Thread Sylvain Wallez
Christofer Dutz wrote: Hi … I am currently trying to solve a thing I couldn’t find any satisfying solution for. I have a repeater in which every row has a checkbox. At the bottom of the list I have a drop-down-list in which I can select one of the actions “delete selected”, “print selected”

[CForms] Dynamically opening popup with action.

2005-11-18 Thread Christofer Dutz
Hi … I am currently trying to solve a thing I couldn’t find any satisfying solution for.   I have a repeater in which every row has a checkbox. At the bottom of the list I have a drop-down-list in which I can select one of the actions “delete selected”, “print selected” and “export select

Re: components not as factory or pooled

2005-11-18 Thread Ralph Goers
Iacturus wrote: That's the mechanism currently used to flag whether a component is to be treated as a singleton. Why wouldn't it be possible? The problem is, that i need to have exclusive access on object (component) level. Using the Threadsafe interface will cause the need of java synchro

Re: components not as factory or pooled

2005-11-18 Thread Berin Loritsch
Iacturus wrote: That's the mechanism currently used to flag whether a component is to be treated as a singleton. Why wouldn't it be possible? The problem is, that i need to have exclusive access on object (component) level. Using the Threadsafe interface will cause the need of java synchro

Re: components not as factory or pooled

2005-11-18 Thread Iacturus
That's the mechanism currently used to flag whether a component is to be treated as a singleton. Why wouldn't it be possible? The problem is, that i need to have exclusive access on object (component) level. Using the Threadsafe interface will cause the need of java synchronization: synchron

Re: components not as factory or pooled

2005-11-18 Thread Berin Loritsch
Iacturus wrote: Hi, No, they have not. It is also not possible to do this. That's the mechanism currently used to flag whether a component is to be treated as a singleton. Why wouldn't it be possible? I know it might be kludgy, but you may have to create a subclass of the component impl

Re: components not as factory or pooled

2005-11-18 Thread Iacturus
Hi, No, they have not. It is also not possible to do this. - Original Message - From: "Berin Loritsch" <[EMAIL PROTECTED]> To: Sent: Friday, November 18, 2005 3:49 PM Subject: Re: components not as factory or pooled Iacturus wrote: Hi, i have some components in my cocoon.xconf

RE: Security and Authentication

2005-11-18 Thread Mike Dickson
Thanks for reminding this newbie J and sorry for being a bit grumpy after those three days.   Mike D. From: Derek Hohls [mailto:[EMAIL PROTECTED] Sent: Thursday, November 17, 2005 10:09 PM To: users@cocoon.apache.org Subject: RE: Security and Authentication   Mike  

Re: components not as factory or pooled

2005-11-18 Thread Berin Loritsch
Iacturus wrote: Hi, i have some components in my cocoon.xconf like this one: class="MyComponent" role="MyComponent.Role" logger="MyComponentLogger"> Now i want cocoon to have just one Instance of this component. No Pooling, no Factory. Is this possible? If yes, how? I'm usi

Cron Triggers

2005-11-18 Thread Lionel Crine
Hi, I'd like to know if the triggers are lauched sequentially or not ? And that because each trigger accesses a dabatase and then put the result document in the session. After that I will use the document from the session in some internals pipelines. So with several triggers, I do not want to

Configuring input modules in a sitemap

2005-11-18 Thread Upayavira
Is it possible to define an XMLInputModule in a sitemap (2.1.X)? And have the XML file it refers to be relative to that sitemap? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

[ANN] Apache Cocoon 2.1.8 Released

2005-11-18 Thread Carsten Ziegeler
Apache Cocoon 2.1.8 Released The Apache Cocoon Community is proud to announce the new release of Apache Cocoon. Apache Cocoon is a web development framework built around the concept of separation of concerns (that is: allowing people to do their job without

components not as factory or pooled

2005-11-18 Thread Iacturus
Hi,   i have some components in my cocoon.xconf like this one:       class="MyComponent"     role="MyComponent.Role"     logger="MyComponentLogger">   Now i want cocoon to have just one Instance of this component. No Pooling, no Factory. Is this possible? If yes, how? I'm using cocoon 2.1.7.

Re: Form Description, Form Template & Repeater

2005-11-18 Thread Omar Adobati
Tanks Bruno for your suggestions but I solved the problem (I hope in the right way) 10 hours ago before your e-mail. Here is the code I wrote (the only difference is that now is in Italian, but I think it's not a matter):

Re: Form Description, Form Template & Repeater

2005-11-18 Thread Bruno Dumon
On Thu, 2005-11-17 at 19:11 +0100, Omar Adobati wrote: > Thanks for the answers, I changed the code in: > > > > > > > > > > > > > > > > > > > > > but I have an er