Coldfusion Code Review Tool

2011-01-11 Thread dev losh
Can anyone recommend any good tool that can be used for Coldfusion Code Reviews? I tried Sonar but could'nt find coldfusion plugin for the same. Thanks, Devlosh ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.c

Re: Coldfusion Code Review Tool

2011-01-13 Thread dev losh
Hey ! Thanks all for the Responses. I will try all these and will update in this thread. Thanks Devlosh ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoff

Cfgrid Javascript function not working if not put inside tags

2008-08-21 Thread dev losh
I having an issue with ajaxOnLoad function to use with gfgrid. if i call a function say 'myfun' using for a cfgrid, the function will work ONLY IF PUT INSIDE tags. i need to make that js dynamic.. please some one can help me with any tweaks that will allow JS to be placed anywhere in the cod

Re: Cfgrid Javascript function not working if not put inside tags

2008-08-21 Thread dev losh
Hey Great Joy it worked !! Thanks Charilie :) > > your javascript stuff here > > > >On Thu, Aug 21, 2008 at 1:53 PM, dev losh <[EMAIL PROTECTED]> wrote: > >> ~| Adobe® ColdFusion® 8 sof

Cfgrid cgridcolumn textColor not working

2008-09-10 Thread dev losh
hi, I need to change the color of text in a particular column to blue. I tried textcolor option in cfgridcolumn . no joy :( can anyone help... Regards, Loshy ~| Adobe® ColdFusion® 8 software 8 is the most important and drama

call a cfm page from cfc

2009-01-16 Thread dev losh
hi all, Is it possible to call a cfm page from cfc? i.e, My requirement is to call a cfm page and store the output in a variable all inside cfc. Please help me if this is possible. Thanks, Dev ~| Adobe® ColdFusion® 8 soft

call a cfm page from cfc

2009-01-16 Thread dev losh
hi all, Is it possible to call a cfm page from cfc? i.e, My requirement is to call a cfm page and store the output in a variable all inside cfc. Please help me if this is possible. Thanks, Dev ~| Adobe® ColdFusion® 8 soft

Submitting larger data using cfajaxproxy

2009-01-26 Thread dev losh
Hi all, I'm submitting my form using cfajaxproxy(using remote method invocation). it is working fine with small data. my page is having a text area. if we give larger text say like 500 chars, the sumbit action is throwing javascript error. the CFC is not able to handle it. is there any solution

Submitting larger data using cfajaxproxy: throwing error

2009-01-26 Thread dev losh
Hi all, I'm submitting my form using cfajaxproxy(using remote method invocation). it is working fine with small data. my page is having a text area. if we give larger text say like 500 chars, the sumbit action is throwing javascript error. the CFC is not able to handle it. is there any solution

Re: Submitting larger data using cfajaxproxy: throwing error

2009-01-27 Thread dev losh
Hey Thanks Kumar we idendifed that the error is because of new lines in it. Do you have any solution for this issue ? thanks a lot. Dev >Does the Text Area have new lines in it. I remember reading about >there being an issue with JS and Textarea with afajaxproxy when the >text has newlines. > >

re-creating new browser session in j2ee session

2009-06-20 Thread dev losh
I am facing a weird issue. scenario: site 1: www.site1.com site 2. www.blabla.site1.com both sites are in coldfusion having same coding structure. ISSUE: load site1 in browser . but should not type www. just type site1.com then in the same browser type in the address bar www.blabla.site1.com

Coldfusion administrator page showing unexpected constant error

2009-06-22 Thread dev losh
The coldfusion administrator for my cf installation is no more working !! Whenever I load the page http://blabla/cfide/administrator/index.cfm , I'm getting the following error : unexpected constant #2 56 I got the same error in my previous CF installation too and ended up re-install