FWIW, last time I tried using the built in ajax stuff ( a loooong time ago) I actually it found it less hassle and easier to just do it in Jquery. I just could not get the built in stuff working properly, getting things to display inside the CFDIV's and stuff I think was the issue, simply wouldn't display properly. So while it is meant to make it easier and quicker, I think in many cases it has the opposite result.
On Tue, Apr 9, 2013 at 2:10 PM, Raymond Camden <[email protected]>wrote: > > To be clear, this was not advice to skip "all the good stuff". This was > advice to skip _one_ portion of CF's feature set. :) I believe, as do many > others, that the Ajax UI stuff ends up being more harm than good if you > ever plan on doing *anything* custom with the front end JS. It certainly > works well for some, but my advice is to avoid it in almost every > situation. > > I also like to be sure folks understand that I'm saying the Ajax UI stuff > should be avoided, not the plumbing that works rather well, ie the > returnformat=json stuff for CFCs. Being able to use my CFCs for Ajax apps > is probably my favorite feature of CF. > > > > On Tue, Apr 9, 2013 at 7:38 AM, Stephens, Larry V <[email protected]> wrote: > > > > > FWIW, my first reaction to this advice was amazement. All this good stuff > > from CF and I'm not supposed to use it. > > > > But then I took it to heart and got rid of all my CF ajax and cfinputs. > > It's a little more work - like populating select inputs - but I'm now > glad > > I made the change. > > > > jQuery is a big help. > > > > > > > > -----Original Message----- > > From: Matt Quackenbush [mailto:[email protected]] > > Sent: Monday, April 08, 2013 6:07 PM > > To: cf-talk > > Subject: Re: cfinput autosuggest list not correct > > > > > > On Mon, Apr 8, 2013 at 6:00 PM, Raymond Camden <[email protected] > > >wrote: > > > > > > > > Oh, and stop using cfinput. Avoid the CF UI tags. Take the time to > learn > > > some JS. You will thank me. > > > > > > > > > +infinity > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355314 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

