Quick CFC Gotcha
code, ColdFusion, CFCLets say you have a bean for an employee and it has getFirstName and setFirstName and lets you forget to put parenthesis like this
<input type="Text" name="firstname" id="firstname" value="<cfoutput>#employeeBean.getFirstname#</cfoutput>" />
<input type="Text" name="firstname" id="firstname" value="cfemployee2ecfc490364409$funcGETFIRSTNAME@25a2fe" />




Loading....