Re: [Catalyst] Very Simple Question

2008-11-18 Thread Jonathan Rockway
* On Mon, Nov 17 2008, Amiri Barksdale wrote: I am a new user of Catalyst, and from reading the documents and reading blogs posts I have been able to set up my schema, my authz/ authen, sessions, and my Mason view. I have a very simple question, though. This in a controller

Re: [Catalyst] how could I pass a variable from Model to Controller?

2008-11-18 Thread J. Shirley
On Tue, Nov 18, 2008 at 6:13 AM, J. Shirley [EMAIL PROTECTED] wrote: On Mon, Nov 17, 2008 at 11:49 PM, [EMAIL PROTECTED] wrote: HI all: I am a Catalyst beginner and run into this problem since I have a model like this package MyApp::Model::Trial; use strict; use warnings; sub new{ my

[Catalyst] CatalystX::CRUD::YUI 0.008

2008-11-18 Thread Peter Karman
Uploaded last night to CPAN. New in this version: 0.008 17 Nov 2008 * tweek CSS for a.box to fix padding in relation to form.inline, button.box * fix crud.js bug to allow for sort column to include table prefix (e.g., t2.name) * total refactor of UI

Re: [Catalyst] Auth::PAM??

2008-11-18 Thread Jose Luis Martinez
Michael Higgins escribió: What we _do_ allow is SASL auth, as for SMTP service. So... there is an Authen::SASL, but no Catalyst hook? I'll try to get this working with Catalyst Auth stuff today, but I don't have great hopes of success. Does Authen::Simple::SMTP do the trick? Jose Luis

Re: [Catalyst] Auth::PAM??

2008-11-18 Thread Michael Higgins
On Tue, 18 Nov 2008 20:38:41 +0100 Jose Luis Martinez [EMAIL PROTECTED] wrote: Michael Higgins escribió: What we _do_ allow is SASL auth, as for SMTP service. So... there is an Authen::SASL, but no Catalyst hook? I'll try to get this working with Catalyst Auth stuff today, but I don't have