Re: javax.mail.MessagingException: Could not connect to SMTP host: localhost,...
Read this first and see if it is applicable: http://support.microsoft.com/kb/q196271 What mail server do you use? We use the free hMailServer for SMTP and find it very stable. Can you also also enable...
View ArticleDynamically loading THIS scope values from a config file
My application needs to support dynamic THIS scope variables. As it stands, onApplicationStart, I load an XML config file, parse it, and it contains a structure which mimics the variable structure...
View ArticleRe: CF 10 CFDocument Fonts not Rendering
bumping this... got the same problem still over a year later.
View Articlecheckbox
I have two table in different page...i want to pass data from first table in the first page to the second table in the second page using checkbox...anyone know how to solve this matter? thanx..:)
View ArticleRe: CF10 and IIS 7.5 - cfheader in 404 custom error handler not working...
hi guys, I solved this by going into IIS, and the error pages menu, and selecting detailed error pages. hope that helps?
View ArticleRe: CF10 and IIS 7.5 - cfheader in 404 custom error handler not working...
While you will see more detailed diagnostics from IIS by selecting "detailed error pages" you will still not be able to use custom ColdFusion handler files unless you implement <httpErrors...
View ArticleRe: CF10 and IIS 7.5 - cfheader in 404 custom error handler not working...
That didn't solve it for me. Turning on detailed error pages for a 404 error (that is not a CF file) will cause an IIS detailed error page to show. My workaround is this (404.cfm) <cfsetting...
View ArticleRe: checkbox
uh, sounds like you need a form. Without a bit more information on your question, it's a bit vague to say much more than that...
View ArticleRe: checkbox
the table i already put in form...user need to tick the checkbox to select a row of data..after that, user will click on button to send the data to another table and displat it there...
View ArticleRe: checkbox
Pls read this: http://cfmlblog.adamcameron.me/2013/09/short-self-contained-correct-co mpilable.htmlAnd this: http://cfmlblog.adamcameron.me/2012/12/need-help-know-how-to-ask-for-i t.htmlAnd this:...
View ArticleRe: Losing sessions after moving to CF10
FireBug et al do not seem to work in https:// mode as the pages are encrypted, so I cannot see anything Oh well, we have a workaround, but not sure if the issue is CF10 or our code.
View ArticleRe: ColdFusion with IIS URL Rewrite - Page never finishes loading
Solaced, I can put the friendly URLs in my HTML code and they work fine (with Helicon's ISAPI rewrite using the rules I pasted earlier), indeed that is the most preferable method since we clearly want...
View Articlecfinput 'datefield' always aligns to left
It appears that cfinput 'datefield' always aligns to left, I have tried everything I can think of to get it to align center (in the td, in a div, style in the input, etc) and it just wont align...
View ArticleRe: Losing sessions after moving to CF10
That's weird. I just tested Firebug and Chrome's built-in debugger while my public site is in SSL mode, and I can see everything in the debug console fine, just like if it was in non-SSL mode. Yeah,...
View ArticleRe: Unexpected characters found in locale in log files
I am fairly new to IIS 7, how do you deny .CFC (or any URL/template) from being executed by a browser vs. ColdFusion itself calling it? For example, I tried using IIS7's built-in Request Filtering...
View ArticleRe: Unexpected characters found in locale in log files
forgive me for not remembering the web address of the blog, but they posted a web.config file to place in the cfide folder. The contents were something similar to this: <configuration>...
View ArticleRe: Losing sessions after moving to CF10
Dcwebguy, my bad. For some reason Firebug was not installed correctly in Firefox and I kept getting a blank screen. I used Firebug in Chrome instead and I can see the cookies as you correctly say. So,...
View ArticleRe: ColdFusion with IIS URL Rewrite - Page never finishes loading
By validate, I mean if you use an IDE like Dreamweaver and want to check for broken or ophaned links, then it will bring up lots of errors because the IDE won't be able to find the 'friendly/fake'...
View ArticleRe: Losing sessions after moving to CF10
A couple of things: First, when you enable the J2EE session variables, ColdFusion does not use the CFToken or CFID cookie value. Second, from a security point of view, the JSESSIONID changing itself...
View ArticleRe: ColdFusion with IIS URL Rewrite - Page never finishes loading
My advice is to use a different link checker service, one that pings the links from outside your application, i.e., after everything has been rendered. DW will never work in this case.
View Article