Re: [Catalyst] Where best to store database connection information?

2015-02-17 Thread abhishek jain
Hi, >>But this seems a bit of a security >>problem having the main password in a text file like this, >>especially if it goes into git. What i do is i will modify the password on production manually and successive update / pull will not modify the password, and i will also not commit t

RE: [Catalyst] All actions marked as Private and are being ignored

2012-04-02 Thread abhishek jain
02/04/2012, at 4:18 PM, abhishek jain wrote: > Hi, > > I am finding a strange situation. > > If i restart my catalyst application,i find in debug messages, all of > my actions are marked as Private. > > Also if i execute the code, then it will execute the auto and end &

[Catalyst] All actions marked as Private and are being ignored

2012-04-01 Thread abhishek jain
Hi, I am finding a strange situation. If i restart my catalyst application,i find in debug messages, all of my actions are marked as Private. Also if i execute the code, then it will execute the auto and end functions and bypasses the called action. Ie. If i call /search . It will run auto,

RE: [Catalyst] Advance tutorial for catalyst

2012-03-26 Thread abhishek jain
Also, get involved in a catalyst project, if you are up for delhi.pm site wiki let me know, Thanks Abhi From: Chankey Pathak [mailto:chankey...@gmail.com] Sent: 27 March 2012 00:00 To: The elegant MVC web framework Subject: Re: [Catalyst] Advance tutorial for catalyst Roger! On Mon,

[Catalyst] Catalyst::Controller::HTML::FormFu

2011-10-18 Thread abhishek jain
Hi, Is there a way i can add each individual form fields within an tag. i am talking about some configuration in the yaml config file for Catalyst::Controller::HTML::FormFu Pl. reply , i need help urgently -- Thanks and kind Regards, Abhishek jain

[Catalyst] Error is not structured and friendly

2009-05-19 Thread abhishek jain
.pm line 187" Can there be a better error message which shows me a better o/p and what exactly the error is. -- Thanks and kind Regards, Abhishek jain ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/list

Re: [Catalyst] Eclipse and Catalyst

2009-04-13 Thread abhishek jain
On Mon, Apr 13, 2009 at 1:25 PM, Rodrigo wrote: > > > On Mon, Apr 13, 2009 at 9:43 AM, abhishek jain > wrote: > >> Has anyone used Eclipse or any other IDE.Can someone guide me in some >> steps how can i use Eclipse as an ide for Catalyst application? >> P

[Catalyst] Eclipse and Catalyst

2009-04-13 Thread abhishek jain
Has anyone used Eclipse or any other IDE.Can someone guide me in some steps how can i use Eclipse as an ide for Catalyst application? Pl. help. Early replies will be appreciated. -- Thanks and kind Regards, Abhishek jain ___ List: Catalyst

Re: [Catalyst] FormBuilder not working

2009-01-29 Thread abhishek jain
On Sun, Sep 28, 2008 at 12:23 AM, abhishek jain wrote: > >>> >>> For example I do something like this for a radio button >> lang_publish: >> label: Publish >> options: Y=Yes, N=No >> value: N >> required: 1 >> >> For

[Catalyst] [Commercial] any one from Delhi / Noida / Gurgaon - India

2009-01-27 Thread abhishek jain
Hi,I am looking for the services of a catalyst developer in Delhi / Noida / Gurgaon in India. Pl. let me know your contact details etc. offline if interested. -- Thanks and kind Regards, Abhishek jain ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] FormBuilder not working

2008-09-27 Thread abhishek jain
e requirement and i am not finding anything on net. Also someone told me formbuilder is not supported much anymore and one should use FormFu, is it true? Pl. someone reply, -- Thanks and kind Regards, Abhishek jain ___ List: Catalyst@lists.scsys.co

Re: [Catalyst] FormBuilder not working

2008-09-25 Thread abhishek jain
id2 > val2 > > > I need a select option box with the id1 and id2 as option and val1 and > val2 as values. > > I am not sure how to do so, > Also where to get help if the next problem arises, > Pl. help. > -- > Thanks and kind Re

[Catalyst] Re: Two Forms via FormBuilder on one page

2008-09-22 Thread abhishek jain
On Sun, Sep 21, 2008 at 11:29 PM, abhishek jain <[EMAIL PROTECTED]>wrote: > Hi Friends,i know it may be silly to ask, but i need to have two forms on > one page, i know Catalyst recognizes by the name of the function which form > file to render but is there a way to render two file

[Catalyst] Two Forms via FormBuilder on one page

2008-09-21 Thread abhishek jain
specifying the action as well, Pl. help. -- Thanks and kind Regards, Abhishek jain ___ 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

Re: [Catalyst] FormBuilder not working

2008-09-20 Thread abhishek jain
On Sat, Sep 20, 2008 at 1:12 PM, abhishek jain <[EMAIL PROTECTED]>wrote: > > > On Sat, Sep 20, 2008 at 12:28 PM, Hani Anani <[EMAIL PROTECTED]> wrote: > >> Hello Abhishek, >> >> I suspect the problem is with the naming of your files and dir structure.

Re: [Catalyst] FormBuilder not working

2008-09-20 Thread abhishek jain
pe this helps you figure out what went wrong, > -Hani > > On Fri, Sep 19, 2008 at 11:31 PM, abhishek jain < > [EMAIL PROTECTED]> wrote: > >> Hello Friends,I am new to Catalyst and need to implement FormBuilder. >> What i am doing is: >> a template called root/sr

[Catalyst] FormBuilder not working

2008-09-19 Thread abhishek jain
following function sub search2 : Local Form { my ( $self, $c ) = @_; $c->stash->{template} = 'project/search2.tt2'; } Do I need to do anything extra, i can get a page but without the form. Pl.help. -- Thanks and kind Regards, Abhishek jain __