Re: [Catalyst] Re: trouble with model-dbic resultset

2007-12-06 Thread Dave Howorth
A. Pagaltzis wrote: * Michael Higgins [EMAIL PROTECTED] [2007-12-05 22:40]: Isn't that some general principle, you find the error just after emailing a whole bunch of people? Another effective [debugging] technique is to explain your code to someone else. This will often cause you

Re: [Catalyst] Re: trouble with model-dbic resultset

2007-12-06 Thread Jason Kohles
On Dec 6, 2007, at 7:43 AM, A. Pagaltzis wrote: * Michael Higgins [EMAIL PROTECTED] [2007-12-05 22:40]: Isn't that some general principle, you find the error just after emailing a whole bunch of people? Another effective [debugging] technique is to explain your code to someone else.

[Catalyst] Form::Processor and DBIC

2007-12-06 Thread Gerda Shank
I see that Form::Processor works from CDBI. Is there some way to get it to work with DBIC? G.Shank ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive:

Re: [Catalyst] Form::Processor and DBIC

2007-12-06 Thread Bill Moseley
On Thu, Dec 06, 2007 at 11:13:24AM -0500, Gerda Shank wrote: I see that Form::Processor works from CDBI. Is there some way to get it to work with DBIC? Someone familiar with DBIC would need to implement the methods that are implemented in Form::Processor::Model::CDBI.

[Catalyst] Can't call method can on an undefined value in CPAS::DBIC

2007-12-06 Thread Richard Jones
I've been away from Catalyst development for some time to concentrate on optimising my database tables. Now I have the new schema I'm getting the following error when trying to start the server: Can't call method can on an undefined value at

Re: [Catalyst] help with Catalyst::Plugin::Form::Processor

2007-12-06 Thread Michael Higgins
On Thu, 6 Dec 2007 10:16:05 -0800 Michael Higgins [EMAIL PROTECTED] wrote: [8] Thanks a lot for your replies. Yes I did set up and use the example application. The problem is, I can't make any sense out of the templates, which seem to do all the work. :( I can make simple templates, no

Re: [Catalyst] help with Catalyst::Plugin::Form::Processor

2007-12-06 Thread Michael Higgins
On Thu, 6 Dec 2007 09:10:32 -0800 Bill Moseley [EMAIL PROTECTED] wrote: On Thu, Dec 06, 2007 at 07:09:18AM -0800, Michael Higgins wrote: Sorry, I missed this question: Will this work without form_widgets.tt or CSS? There's no HTML generation code in Form::Processor. I leave all that

Re: [Catalyst] help with Catalyst::Plugin::Form::Processor

2007-12-06 Thread Michael Higgins
So, to revisit this overall... It looks like, short of writing a hook to DBIC, I have to somehow get data into my forms... in particular, a select list. I think the list comes from a method -options, from the form field select object ( but I don't know). Could it be possible to override such a

Re: [Catalyst] help with Catalyst::Plugin::Form::Processor

2007-12-06 Thread Bill Moseley
On Thu, Dec 06, 2007 at 02:45:51PM -0800, Michael Higgins wrote: So, to revisit this overall... It looks like, short of writing a hook to DBIC, I have to somehow get data into my forms... in particular, a select list. I think the list comes from a method -options, from the form field

Re: [Catalyst] configurable base url?

2007-12-06 Thread Andreas Marienborg
On 6. des.. 2007, at 18.32, Pablo Collins wrote: Hi all, I some catalyst apps whose different versions I'd like to make available by base path, like http://mydomain/myspecialapp/version1.2/ http://mydomain/myspecialapp/version1.3/ etc. I was planning on using a lighttpd or apache proxy