- Application.cfc
- Index.cfm
- org.danvega.Settings.cfc
jQuery Select Example
johnny said: oh, great. I help me a lot. Thanks!!!
[More]
Multiple File Uploads in ColdFusion
Robert N. said: Hi,
I'd like to be able to upload multiple files as part of a form submission. Is this possible wi...
[More]
Coldbox datasource setting and Wirebox
Bummed Out said: Just starting out with ColdBox 3.1.0 and ready to give up because I can't access my data source sett...
[More]
CFGrid Event Listeners
steve said: I was wondering if there was an event to handle the refreshing of new data either from the initial l...
[More]
Getting the public IP address of a visitor
Ken Hughes said: Could you use the accept-language browser header? If it's en-US, treat them as in the USA, otherwise...
[More]
#1 by Bruce on 1/9/07 - 4:17 PM
You may want to make the read function private since it is supposed to only be called from within the init method. That will prevent calling it from outside the CFC. Also you may want to change output to false for the read method. Lastly you may want to change the hint for the read function which is what I used to figure out if I should call this function or not.
Thanks again.
#2 by Dan on 1/9/07 - 4:20 PM
Thank you for the feedback! You make some excellent points and I will update the code and repost it. The reason the output was true is because it was never changed from when I was debugging an error. I agree 100% on changing the read method to private though, thanks again for you thoughts.
#3 by Dan on 1/9/07 - 5:23 PM