Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-14 Thread kakimoto
hi there Definitely not. What I don't understand is that this error has not surfaced until recently. Really strange. Any idea where to trace? Quoting Greg Matheson drb...@freeshell.org: On Sat, 14 Mar 2009, kakim...@tpg.com.au wrote: - extract START --- [warn] Used

Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-14 Thread kakimoto
Hi, Russell, Interesting. I have checked and well, found no traces of a default view or anything similar to it. The app persists in working but gives out this warning message (Which has always been absent). Any idea or documentation that I could read up to find out on how to configure a

Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-03-14 Thread Eden Cardim
On Fri, Mar 13, 2009 at 11:06 PM, kakim...@tpg.com.au wrote: Guys,  can some one please elaborate further on this or point me to a doc on cpan to read about? I'm getting a very annoying warning as below and can't figure it out. Please help. [warn] Used regexp fallback for

Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-14 Thread Eden Cardim
On Sat, Mar 14, 2009 at 10:49 AM, kakim...@tpg.com.au wrote:  Any idea or documentation that I could read up to find out on how to configure a default view? $c-view is documented in perldoc Catalyst -- Eden Cardim Need help with your Catalyst or DBIx::Class project? Code Monkey

Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-03-14 Thread kakimoto
Alright, I tracked down my codes and found in MyApp.pm, __PACKAGE__-config('default_view' = 'MyApp::View::HTML'); I altered it as per your advise below to __PACKAGE__-config('default_view' = 'HTML'); and it works! Thank you. So, to confirm my understanding, the reason why this is working

[Catalyst] Catalyst and ExtJS

2009-03-14 Thread Adam Witney
Hi, I was thinking about using Catalyst and ExtJS, does anyone have any experience or know if they will play nicely together? Doing some googling implies that this is not a popular combination due to the limited information thanks for any help adam

Re: [Catalyst] [Announce] Catalyst::Runtime 5.7099_04. IMPORTANT; PLEASE TEST!

2009-03-14 Thread kakimoto
Problem solved!! Alright, I tracked down my codes and found in MyApp.pm, __PACKAGE__-config('default_view' = 'MyApp::View::HTML'); I altered it as per your advise below to __PACKAGE__-config('default_view' = 'HTML'); and it works! Thank you. So, to confirm my understanding, the reason why

Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-14 Thread kakimoto
Hello, Eden! Thank you for the solution in the previous email reply. $c-view - doesn't seem to be documented in the Catalyst tutorials at all. I don't know how to have the tutes updated. I wish someone would update the tute so that others don't get stung by this silly warning. Thank you

Re: [Catalyst] Getting strange warning each time a request is made to myApp

2009-03-14 Thread kakimoto
Hello, Eden! Thank you for the solution in the previous email reply. $c-view - doesn't seem to be documented in the Catalyst tutorials at all. I don't know how to have the tutes updated. I wish someone would update the tute so that others don't get stung by this silly warning. Thank you

RE: [Catalyst] Catalyst and ExtJS

2009-03-14 Thread Scott Pham (scpham)
-Original Message- From: Adam Witney [mailto:awit...@sgul.ac.uk] Sent: Saturday, March 14, 2009 10:36 AM To: The elegant MVC web framework Subject: [Catalyst] Catalyst and ExtJS Hi, I was thinking about using Catalyst and ExtJS, does anyone have any experience or know if they

Re: [Catalyst] Catalyst and ExtJS

2009-03-14 Thread Adam Witney
On 14 Mar 2009, at 15:19, Scott Pham (scpham) wrote: -Original Message- From: Adam Witney [mailto:awit...@sgul.ac.uk] Sent: Saturday, March 14, 2009 10:36 AM To: The elegant MVC web framework Subject: [Catalyst] Catalyst and ExtJS Hi, I was thinking about using Catalyst and ExtJS,

Re: [Catalyst] Specifying relationships once

2009-03-14 Thread Ascii King
That's perfect. Thank you. Richard Thomas wrote: We do something along those lines - although for very different reasons - our has_a and has_many relationships are defined in the Model.pm, not the individual tables' modules, ie This::Table-has_a(this_col = That::Table);

Re: [Catalyst] Catalyst and ExtJS

2009-03-14 Thread Moritz Onken
Hi Scott, thanks for the info, do you use any particular module or have you built it yourself? I have found so far: HTML::FormFu::ExtJS Catalyst-Controller-HTML-FormFu-ExtJS any you'd recommend taking a look at? thanks again adam Hi Adam, I'm the author of the above mentioned

Re: [Catalyst] Catalyst and ExtJS

2009-03-14 Thread Peter Karman
Adam Witney wrote on 3/14/09 9:36 AM: Hi, I was thinking about using Catalyst and ExtJS, does anyone have any experience or know if they will play nicely together? Doing some googling implies that this is not a popular combination due to the limited information CatalystX::CRUD::YUI uses