Re: [Catalyst] Catalyst + Class::Workflow

2008-02-27 Thread Tomas Doran
On 26 Feb 2008, at 20:07, Christopher H. Laco wrote: That's where I struggle. Two seperate workflows makes sense to me. But on the flip side, if it's one workflow, you have the ability to look at 'temp' orders and find out where people bailed in the checkout process based on the state of

Re: [Catalyst] Re: Needs some help with select and Controller::FormBuilder

2008-02-27 Thread Alex Povolotsky
Stephen Sykes wrote: Alex Povolotsky wrote: Hello! I'm trying to make a form with select using Controller::FormBuilder. Code is quite straightforward Why not map directly from your model... $self-formbuilder-field( name = 'ipid', options = [ map { [ $_-ipid, $_-ipaddr ]

Re: [Catalyst] Catalyst::Authentication::Store::LDAP confusion

2008-02-27 Thread Andreas Marienborg
On Feb 27, 2008, at 7:30 AM, Richardson, Matthew wrote: Hello, I am trying to following the documentation from CPAN on this, but I am confused. In MyApp.pm I have the following: use Catalyst qw/-Debug ConfigLoader Static::Simple Session

Re: [Catalyst] Issue with C::A::Store::LDAP and C::A::Credential::Password

2008-02-27 Thread Jay K
Follow up for the list. The first issue here is that Credential::Password expects you to pass the password field name to authenticate, not just 'password'. So if your password_field is 'userPassword', as it is below, your authenticate call should reflect that. The same goes for the user id

[Catalyst] SQL authentification

2008-02-27 Thread Genadijus Paleckis
Hello, I'm new on this list and on Catalyst itself also. I want to migrate our application to catalyst from cgi and I've came to question. Is it possible to authenticate users directly by SQL server user base ? I mean to make connection with speciffic user and authorization leave to

[Catalyst] Environment Variables

2008-02-27 Thread Ryan Pack
Hello all. First time posting here. :-) I'm trying to get at $ENV{HTTP_REFERER} from my catalyst app but it doesn't seem to be there. In fact the only keys that exist in %ENV are CATALYST_ENGINE and PERL5LIB. Are the others being wiped out somehow? Not sure if this is normal Catalyst

Re: [Catalyst] Environment Variables

2008-02-27 Thread Stephen Sykes
Ashley wrote: On Feb 27, 2008, at 2:39 PM, Ryan Pack wrote: Hello all. First time posting here. J I’m trying to get at $ENV{HTTP_REFERER} from my catalyst app but it doesn’t seem to be there. In fact the only keys that exist in %ENV are CATALYST_ENGINE and PERL5LIB. Are the others being

Re: [Catalyst] Environment Variables

2008-02-27 Thread Andrew Rodland
On Wednesday 27 February 2008 04:39:22 pm Ryan Pack wrote: Hello all. First time posting here. :-) I'm trying to get at $ENV{HTTP_REFERER} from my catalyst app but it doesn't seem to be there. In fact the only keys that exist in %ENV are CATALYST_ENGINE and PERL5LIB. Are the others

RE: [Catalyst] Environment Variables

2008-02-27 Thread Ryan Pack
Excellent, thanks! Ryan Pack -Original Message- From: Ashley [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 27, 2008 4:45 PM To: The elegant MVC web framework Subject: Re: [Catalyst] Environment Variables On Feb 27, 2008, at 2:39 PM, Ryan Pack wrote: Hello all. First time

[Catalyst] Alphabetical Paging based on First Letter

2008-02-27 Thread Matt Knesi
I would like to implement a page navigation based on the first letter of the items, e.g. first letter of last names, so all last names with 'A' will display when you click on 'A' (instead of page 1) and all last names starting with 'M' appear when you click on 'M' and so on... Only the

Re: [Catalyst] Alphabetical Paging based on First Letter

2008-02-27 Thread Ashley
On Feb 27, 2008, at 3:50 PM, Matt Knesi wrote: I would like to implement a page navigation based on the first letter of the items, e.g. first letter of last names, so all last names with 'A' will display when you click on 'A' (instead of page 1) and all last names starting with 'M' appear

Re: [Catalyst] Alphabetical Paging based on First Letter

2008-02-27 Thread Cory Watson
On Wed, Feb 27, 2008 at 6:01 PM, Ashley [EMAIL PROTECTED] wrote: On Feb 27, 2008, at 3:50 PM, Matt Knesi wrote: I would like to implement a page navigation based on the first letter of the items, e.g. first letter of last names, so all last names with 'A' will display when you click on 'A'

[Catalyst] Re: Alphabetical Paging based on First Letter

2008-02-27 Thread Matt Knesi
Thanks a lot - that was exactly what I was looking for. Cheers, Matt ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/