Re: Unable to add text to HTML HEAD tag

2014-05-09 Thread John Pullam
I appreciate the feedback received on this and some of the ensuing discussion. On the technical side, it was a cfajaximport tag on which it failed. But as I mentioned earlier, it still failed when that tag was removed. Thanx to one suggestion I got it to work by moving the entire cfwindow up

Re: Unable to add text to HTML HEAD tag

2014-05-09 Thread Dave Watts
FWIW, I have been there and done that too (been a programmer for nearly 50 years) so I believe I'm qualified to participate in the discussion about giving help. My concern is that on any number of posts I read, I have found some responders who prefer to give technique advice rather than

Unable to add text to HTML HEAD tag

2014-05-07 Thread John Pullam
I'm doing some testing on my new CF10 desktop system and have run into an odd one that I can't figure out. This program has been running OK for several years but when I ran it in CF10 it generated the error message Unable to add text to HTML HEAD tag. It did this at the end of the page after

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Matt Quackenbush
CF10 desktop system and have run into an odd one that I can't figure out. This program has been running OK for several years but when I ran it in CF10 it generated the error message Unable to add text to HTML HEAD tag. It did this at the end of the page after everything else looked fine

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread John Pullam
So you suggest going back and rewriting a 50,000 line application in order to resolve the problem? Not a very practical solution, I'm afraid. Does anyone have a more realistic suggestion? ~| Order the Adobe Coldfusion

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Byron Mann
Maybe try putting the cfajaximport into the head portion instead of inline elsewhere. Byron Mann Lead Engineer Architect HostMySite.com On Wed, May 7, 2014 at 11:35 AM, John Pullam jpul...@mcleansystems.comwrote: So you suggest going back and rewriting a 50,000 line application in order

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Carl Von Stetten
Rewrite the whole thing right now? No. I would progressively replace CF UI tags with clean JS frameworks or custom JS as you touch each section of your application. You'll find fewer and fewer people are using the CF UI tags and therefore less and less assistance available. And most of the

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Matt Quackenbush
This. Precisely. On Wed, May 7, 2014 at 12:28 PM, Carl Von Stetten vonner.li...@vonner.netwrote: Rewrite the whole thing right now? No. I would progressively replace CF UI tags with clean JS frameworks or custom JS as you touch each section of your application. You'll find fewer and

RE: Unable to add text to HTML HEAD tag

2014-05-07 Thread Eric Roberts
...@vonner.net] Sent: Wednesday, May 07, 2014 11:28 AM To: cf-talk Subject: Re: Unable to add text to HTML HEAD tag Rewrite the whole thing right now? No. I would progressively replace CF UI tags with clean JS frameworks or custom JS as you touch each section of your application. You'll find fewer

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread John Pullam
I don't dispute that rewriting it might be the best long term solution. And perhaps doing it in pieces is smart too (although I'd hate to be the person who had to maintain the application when it is in the middle.) But I wasn't asking for advice on CF programming strategy, rather I was looking

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Matt Quackenbush
It's too bad you feel that way. You asked an open-ended question (Any suggestions?), and I gave you the best advice I can give. If I were personally tackling the problem you face, I would do so exactly as I suggested. I won't apologize for that, because it is exceptionally sound advice, and was a

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Scott Stewart
the error message Unable to add text to HTML HEAD tag. It did this at the end of the page after everything else looked fine. The error line it contained was a cfjaxaproxy inside a CFWINDOW tag. The detailed explanation says This is probably because you have already used a CFFLUSH tag in your template

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Dean Lawrence
John, Have you seen this thread? ( http://stackoverflow.com/questions/17516757/cf10-unable-to-add-text-to-html-head) I don't know much content that you are trying to display, but have you tried to increase the Max Output Buffer? On Wed, May 7, 2014 at 2:21 PM, John Pullam

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Russ Michaels
I do understand what you mean John, and when you just want a quick fix these responses do seem unhelpful. But what you do need to know is that the majority of old gits on this list have been there, done that and learnt by their mistakes and are not in the habit of quick and dirty fixes and will

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Cameron Childress
On Wed, May 7, 2014 at 2:21 PM, John Pullam wrote: It annoys me (and I'm sure others) when people feel compelled to advise/lecture on programming techniques rather than discuss the issue. It also detracts from the quality of discussion because who wants to put themselves up for that

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Bryan Stevenson
+ 1 zillion I think the term you are looking for is one I can't post here, but agreed 100% that advice like you are doing it wrong - throw it out is never constructive It's maybe a little better if the poster bothers to explain WHY it should be thrown out Of course you asked a specific