LDAP Authentication

2006-04-29 Thread Sanket Pattekar
Hi I have a user login page which has a user name and password implemeted using cocoon CForm. I problem is to authenticate this user's entered credentials against a LDAP server. As I understand there are 2 approaches we can follow 1. Use cocoons LDAP Transformer. 2. Use custom java-script code

Re: EHCache configuration?

2006-04-29 Thread Antonio Gallardo
Hi Adam, The problem described below is already fixed in cocoon 2.1.9 [1]. Now, the component has new parameters to handle this problem: eternal timeToLiveSeconds timeToIdleSeconds See the new javadocs [2]. Best Regards, Antonio Gallardo. [1]

Re: CForms - Binding to one of Multiple Records

2006-04-29 Thread Antonio Gallardo
Hi Peter, Maybe the cforms repeater helps for this task [1]. Best Regards, Antonio Gallardo. [1] http://cocoon.apache.org/2.1/userdocs/widgets/widget_repeater.html Peter Sparkes escribió: Hi I have an xml file containing multiple records of identical structure - I want to use CForms to

Re: CForms - Binding to one of Multiple Records

2006-04-29 Thread Ben Pope
On 28/04/06, Peter Sparkes [EMAIL PROTECTED] wrote: Hi I have an xml file containing multiple records of identical structure - I want to use CForms to allow uses to update individual records, selected by its ID. Please, is it possible to bind a CForm to one of many records in the file and if

Re: LDAP Authentication

2006-04-29 Thread Jason Johnston
Sanket Pattekar wrote: Hi I have a user login page which has a user name and password implemeted using cocoon CForm. I problem is to authenticate this user's entered credentials against a LDAP server. As I understand there are 2 approaches we can follow 1. Use cocoons LDAP Transformer.

Re: Cocoon forms output troubleshooting

2006-04-29 Thread Antonio Gallardo
Hello Fabrizio, Just for the record, it is not an ajax issue. It is a IE bug rendering engine bug [1]. It shows up when we use: textarea/ or textarea/textarea The quick and dirty fix is to place a space in between: textarea /textarea Best Regards, Antonio Gallardo. [1]

Re: resources from sitemaps nested in jar, strange behavior

2006-04-29 Thread Antonio Gallardo
Hi Harlan, Please post the sitemap matcher. Best Regards, Antonio Gallardo. Harlan Iverson escribió: Hello, I am trying to refactor some of my shared code into jars, which works great until I try to use a resource from within a sitemap mounted by another sitemap (say that 3 times fast).

Custom Pipeline Caching

2006-04-29 Thread Nils Kaiser
Hello, I have a complex pipeline which contains some self written components that generate and transform data in steps that cannot really be cached (dependent on external resources like the result of a request...). What are the possibilities to implement a custom cachin scheme? Is there a

Re: Custom Pipeline Caching

2006-04-29 Thread Antonio Gallardo
Hi Nils, This thread may help you [1] Best Regards, Antonio Gallardo [1] http://marc.theaimsgroup.com/?t=11407151791 Nils Kaiser escribió: Hello, I have a complex pipeline which contains some self written components that generate and transform data in steps that cannot really be

Re: Trouble loading XSLTC component

2006-04-29 Thread Antonio Gallardo
Hi, Is there a another (an older version) cocoon.jar in the class path? Best Regards, Antonio Gallardo. philguillard escribió: Hi, After a cocoon restart, on the first request on any sitemap i get this Internal Server Error: Could not find component (key

Re: Custom Pipeline Caching

2006-04-29 Thread Nils Kaiser
Hello Antonio, I am not sure whether I can use the ExpiresCachingPipeline because I am implementing a kind of Proxy, so I have to make sure the content is up2date. To explain it better, here a simple description of the pipeline: 1. Transformations (Preparation) 2. Fetching of external

Re: CForms - Binding to one of Multiple Records

2006-04-29 Thread Peter Sparkes
Hi Ben, Thank you - but I don't know how to get the recordId from the pipeline into the binding document. Can you please help Peter On 28/04/06, Peter Sparkes [EMAIL PROTECTED] wrote: Hi I have an xml file containing multiple records of identical structure - I want to use CForms to

InputModule output and pipeline caching ?

2006-04-29 Thread Laurent Perez
Hello AFAIK, Cocoon caching mechanism tries to cache a pipeline processing workflow until it meets a non-cacheable element (correct me if I'm mistaken :)). My question is rather simple, given the above hopefully correct assumption. If I have a pipeline with type=caching that looks like :

Re: CForms - Binding to one of Multiple Records

2006-04-29 Thread Ben Pope
On 29/04/06, Peter Sparkes [EMAIL PROTECTED] wrote: Hi Ben, Thank you - but I don't know how to get the recordId from the pipeline into the binding document. Can you please help If your binding starts like: ?xml version=1.0? fb:context xmlns:fb=http://apache.org/cocoon/forms/1.0#binding;

Re: Comment récuperer la valeur d'un pipeline? (xsp)

2006-04-29 Thread KSM
philguillard philguillard at gmail.com writes: Je suis pas sur d'avoir totalement compris mais je suis presque sur que ceci te donnera des idees: http://cocoon.apache.org/2.1/userdocs/logicsheets/request.html Sans doute xsp-request:get-sitemap-uri Je ne suis pas sur que ca soit ca.