Re: Configuring input modules in a sitemap

2005-11-19 Thread Antonio Fiol Bonnín
The only way I found is in cocoon.xconf. However, if you find a way, it would be very nice to know. -- Antonio 2005/11/18, Upayavira [EMAIL PROTECTED]: 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,

Re: Cron Triggers

2005-11-19 Thread Antonio Fiol Bonnín
Also, can thecron call URL instead of Java class ? It can call a pipeline. See the examples in cocoon.xconf -- Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2005-11-19 Thread Bertrand Delacretaz
Le 19 nov. 05, à 04:53, Matt Kendall a écrit : 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? If you have configured your

2.1.8 samples/blocks/portal/tools/functions/userManagement - BUG

2005-11-19 Thread Peter Sparkes
Hi, I get errors when trying to use the userManagement functions in the above sample. Add user gives: org.mozilla.javascript.EcmaError: Cannot convert null to an object. /TypeError/ - file:/C:/cocoon-2.1.8/build/webapp/samples/blocks/portal/tools/plugins/userManagement/flow.js - 76:0/ ///

Re: Configuring input modules in a sitemap

2005-11-19 Thread Sylvain Wallez
Upayavira wrote: 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? Have you tried this? map:components input-modules input-module name=foo class=org...XMLInputModule ... /input-module /input-modules

Re: execute js after row-delete ?

2005-11-19 Thread Marc Salvetti
Thanks a lot ! It works perfectly :) Marc2005/11/17, Robin Wyles [EMAIL PROTECTED]: Marc,Instead of using a fd:row-action why not use a fd:action such as:fd:action id=delete_item command=delete_itemfd:on-actionfd:_javascript_ var widget = event.source; var row = widget.parent; var repeater =