Re: [Catalyst] Catalyst with HTML::FormHandler

2010-11-06 Thread Zbigniew Lukasiak
terface/Controller/Admin >> Location:   line 5 >> >> Line 5 of /MyApp-Software/lib/MyApp/UserInterface/Controller/Admin/User.pm >> is: >> use MyApp::UserInterface::Form::User; >> >> >> >> > Date: Fri, 5 Nov 2010 14:40:37 -0400 >>

Re: [Catalyst] Catalyst with HTML::FormHandler

2010-11-06 Thread Steve
troller/Admin/User.pm is: use MyApp::UserInterface::Form::User; > Date: Fri, 5 Nov 2010 14:40:37 -0400 > From: st...@matsch.com > To: catalyst@lists.scsys.co.uk > Subject: Re: [Catalyst] Catalyst with HTML::FormHandler > > The actual error message would help... > On 11/5/20

Re: [Catalyst] Catalyst with HTML::FormHandler

2010-11-05 Thread Hernan Lopes
endor/lib > C:/strawberry/perl/lib .) > Resource: User.pm > Path: /MyApp-Software/lib/MyApp/UserInterface/Controller/Admin > Location: line 5 > > Line 5 of /MyApp-Software/lib/MyApp/UserInterface/Controller/Admin/User.pm > is: > use MyApp::UserInterface::Form::User; >

RE: [Catalyst] Catalyst with HTML::FormHandler

2010-11-05 Thread Blaine Everingham
line 5 Line 5 of /MyApp-Software/lib/MyApp/UserInterface/Controller/Admin/User.pm is: use MyApp::UserInterface::Form::User; > Date: Fri, 5 Nov 2010 14:40:37 -0400 > From: st...@matsch.com > To: catalyst@lists.scsys.co.uk > Subject: Re: [Catalyst] Catalyst with HTML::FormHandle

Re: [Catalyst] Catalyst with HTML::FormHandler

2010-11-05 Thread Steve
The actual error message would help... On 11/5/2010 2:33 PM, Blaine Everingham wrote: I'm new to Catalyst and and trying to build a simple form. In the Catalyst controller MyApp/UserInterface/Controller/Admin/Users.pm I've added an 'use MyApp::UserInterface::Form::User', however it can not fin

[Catalyst] Catalyst with HTML::FormHandler

2010-11-05 Thread Blaine Everingham
I'm new to Catalyst and and trying to build a simple form. In the Catalyst controller MyApp/UserInterface/Controller/Admin/Users.pm I've added an 'use MyApp::UserInterface::Form::User', however it can not find this file. Meaning that it's not in the INC path. Obviously I could push this d