[Catalyst] FormBuilder not working

2008-09-20 Thread abhishek jain
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 ___ List

Re: [Catalyst] FormBuilder not working

2008-09-20 Thread abhishek jain
a little confused, cause you refer to root/src/search2.tt2 at the start of the email, in that case you might just need to rename your form file to search2.fb to match you method's name. Hope this helps you figure out what went wrong, -Hani On Fri, Sep 19, 2008 at 11:31 PM, abhishek jain

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. If search2 method is in the Project module you will need

[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

[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 files one after

Re: [Catalyst] FormBuilder not working

2008-09-25 Thread abhishek jain
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 Regards, Abhishek jain Someone pl. reply, Thank, abhi ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] FormBuilder not working

2008-09-27 Thread abhishek jain
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.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http

[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

2009-01-29 Thread abhishek jain
On Sun, Sep 28, 2008 at 12:23 AM, abhishek jain abhishek.netj...@gmail.comwrote: 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 a select like you want it should be lang_publish: label

[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] Eclipse and Catalyst

2009-04-13 Thread abhishek jain
On Mon, Apr 13, 2009 at 1:25 PM, Rodrigo rodrigol...@gmail.com wrote: On Mon, Apr 13, 2009 at 9:43 AM, abhishek jain abhishek.netj...@gmail.com 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? Pl

[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 li 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

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

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

2012-04-02 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

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

2012-04-02 Thread abhishek jain
, 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 functions and bypasses the called action

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 the