Copy link to clipboard
Copied
Hi
I was able to get the generator to work - esp after reading the blogs and watching the Camtasia piece - thanks - but the cfc's were all truncated: - see below - is this a bug or am I doing something wrong?
Thanks
Susan
<cfcomponent
output="false" hint="CFBuilder-Generated:Order">
<!----
ORDER SERVICES
---->
<!---- Add Order ---->
<cffunction name="createOrder" returntype="Order" access="remote">
<cfargument name="item" type="Order" required="true"/>
<!---- Auto-generated method
Insert a new record in Order ---->
<cfset entitysave(item)/>
<!---- return created item ---->
<cfreturn item/>
</cffunction>
<!---- Remove Order ---->
<cffunction name="deleteOrder" returntype="void" access="remote">
Copy link to clipboard
Copied
Hi Susan,
Can you enable whitespace management in your ColdFusion Administrator.Its under Server Settings->Settings.
Thanks
Evelin
Copy link to clipboard
Copied
Thanks, Evelin - that took care of the gaps.
Susan
Find more inspiration, events, and resources on the new Adobe Community
Explore Now