Re: [Catalyst] difficulty in assigning an array to a stash

2007-11-12 Thread Carl Johnstone
jagdish eashwar wrote: I am getting only the last value in the tt2 template. You're actually getting the number of items in the list, because that's what you get when you turn a list into a single value. Carl ___ List: Catalyst@lists.scsys.co.uk

[Catalyst] Catalyst::Plugin::Authentication::Store::LDAP problems

2007-11-12 Thread Matija Grabnar
Is anybody using Catalyst::Plugin::Authentication::Store::LDAP ? I tried using it on my Debian stable install, and I've been unable to make it work: a) instalation test fail because the ldap server ldap.openldap.org used in the tests is not responding. b) When I attempt to set up exactly

Re: [Catalyst] Catalyst::Plugin::Authentication::Store::LDAP problems

2007-11-12 Thread Peter Karman
On 11/12/2007 06:17 AM, Matija Grabnar wrote: Is anybody using Catalyst::Plugin::Authentication::Store::LDAP ? I tried using it on my Debian stable install, and I've been unable to make it work: a) instalation test fail because the ldap server ldap.openldap.org used in the tests is not

RE: [Catalyst] HTML::Dojo

2007-11-12 Thread Peter Edwards
I'd recommend ExtJS over Dojo. We did an app with it a few months ago after a recommendation here and it rocked. It's faster than Dojo which was a big plus. Version 2 now out. http://extjs.com/ To serve it data use Catalyst::View::JSON. It's easier than you might think. We could do a simple

Re: [Catalyst] Re: difficulty in assigning an array to a stash

2007-11-12 Thread Larry Leszczynski
On Mon, 12 Nov 2007, Larry Leszczynski wrote: FOREACH options IN options; lv_id = options.lv_id; ... do stuff with lv_id ... END Sorry, that should be: FOREACH option IN options; lv_id = option.lv_id; ... do stuff with lv_id ... END

Re: [Catalyst] HTML::Dojo

2007-11-12 Thread J. Shirley
On Nov 12, 2007 11:19 AM, Peter Edwards [EMAIL PROTECTED] wrote: I'd recommend ExtJS over Dojo. We did an app with it a few months ago after a recommendation here and it rocked. It's faster than Dojo which was a big plus. Version 2 now out. http://extjs.com/ To serve it data use

[Catalyst] Re: difficulty in assigning an array to a stash

2007-11-12 Thread A. Pagaltzis
* Carl Johnstone [EMAIL PROTECTED] [2007-11-12 12:10]: jagdish eashwar wrote: I am getting only the last value in the tt2 template. You're actually getting the number of items in the list, because that's what you get when you turn a list into a single value. No, that’s what you get from an