[Catalyst] Catalyst LDAP SASL

2009-03-30 Thread Walter Vargas
Hi, I'm working with *Catalyst::Authentication::Store::LDAP and Catalyst::Model::LDAP*, but i dont want use SSL, i want use SASL how to do that ? PD: Sorry for my bad english. -- Walter Vargas GNU/Linux ID: 269566 Debian Of Course! Cooperativa Venezolana de Tecnologías Libres. @Movistar: 0424-7

[Catalyst] Catalyst LDAP SASL

2009-03-30 Thread Walter Vargas
Hi, I'm working with *Catalyst::Authentication::Store::LDAP and Catalyst::Model::LDAP*, but i dont want use SSL, i want use SASL how to do that ? PD: Sorry for my bad english. -- Walter Vargas GNU/Linux ID: 269566 Debian Of Course! Cooperativa Venezolana de Tecnologías Libres. @Movistar: 0424-7

Re: [Catalyst] DELETE through REST and Jemplate

2009-03-30 Thread Hans Dieter Pearcey
On Mon, Mar 30, 2009 at 10:46:57AM -0700, J. Shirley wrote: > On Mon, Mar 30, 2009 at 10:31 AM, Emmanuel Quevillon wrote: > function remove_item(id){ > Jemplate.process('test.tt2', > '[% Catalyst.uri_for("/rest/item/") %]'+id, > '#_item')

Re: [Catalyst] DELETE through REST and Jemplate

2009-03-30 Thread J. Shirley
On Mon, Mar 30, 2009 at 10:31 AM, Emmanuel Quevillon wrote: > J. Shirley wrote: > >> On Mon, Mar 30, 2009 at 7:39 AM, Emmanuel Quevillon > t...@pasteur.fr>> wrote: >> >>J. Shirley wrote: >>> On Mon, Mar 30, 2009 at 7:24 AM, Emmanuel Quevillon >>mailto:t...@pasteur.fr> >>>

Re: [Catalyst] DELETE through REST and Jemplate

2009-03-30 Thread Emmanuel Quevillon
J. Shirley wrote: On Mon, Mar 30, 2009 at 7:39 AM, Emmanuel Quevillon > wrote: J. Shirley wrote: > On Mon, Mar 30, 2009 at 7:24 AM, Emmanuel Quevillon mailto:t...@pasteur.fr> > >> wrote: > > Hi,

Re: [Catalyst] DELETE through REST and Jemplate

2009-03-30 Thread J. Shirley
On Mon, Mar 30, 2009 at 7:39 AM, Emmanuel Quevillon wrote: > J. Shirley wrote: > > On Mon, Mar 30, 2009 at 7:24 AM, Emmanuel Quevillon > > wrote: > > > > Hi, > > > > I am playing with REST and Jemplate from the great Tuts from JRock's > > book. > > However

Re: [Catalyst] DELETE through REST and Jemplate

2009-03-30 Thread J. Shirley
On Mon, Mar 30, 2009 at 7:24 AM, Emmanuel Quevillon wrote: > Hi, > > I am playing with REST and Jemplate from the great Tuts from JRock's > book. > However, I am facing a problem. I understand well how to retrieve > data from a REST url and playing Ajax with it, by a GET method. > However, I don'

Re: [Catalyst] DELETE through REST and Jemplate

2009-03-30 Thread Emmanuel Quevillon
J. Shirley wrote: > On Mon, Mar 30, 2009 at 7:24 AM, Emmanuel Quevillon > wrote: > > Hi, > > I am playing with REST and Jemplate from the great Tuts from JRock's > book. > However, I am facing a problem. I understand well how to retrieve > data from a

[Catalyst] DELETE through REST and Jemplate

2009-03-30 Thread Emmanuel Quevillon
Hi, I am playing with REST and Jemplate from the great Tuts from JRock's book. However, I am facing a problem. I understand well how to retrieve data from a REST url and playing Ajax with it, by a GET method. However, I don't know how to change the method to DELETE from a simple link like: test.j