Jon Briccetti
Member since Dec 11, 2008
- Profile: /members/1834-jon-briccetti.htm
- URL: http://www.troywebconsulting.com/
- Comments: 2
Recent Blog Comments By Jon Briccetti
-
Ask Ben: Testing For ColdFusion Session Management
Posted on Feb 23, 2009 at 6:14 PM
a little more tricky situation here - i have a view that uses an expression that involves a session scope variable; there is a context in which this view gets called whereby i haven't even determined the application name yet (this.name in the Application.cfc is dynamically determined) so in this co... read more »
-
Learning ColdFusion 8: Defining Tags With AttributeCollection
Posted on Sep 12, 2007 at 2:02 AM
@mike a simpler syntax to deal with the fact we cant mix and match inline attributes and attributecollection - use the implict structure creation syntax to simplify the code like this: // build the keys that are needed for this email _maildata={to="jon.briccetti@troywebconsulting.com",subject="TES... read more »