Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ORM CFC generator truncates service cfc

New Here ,
Sep 17, 2009 Sep 17, 2009

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"

>

TOPICS
Builder
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 17, 2009 Sep 17, 2009

Hi Susan,

Can you enable whitespace management in your ColdFusion Administrator.Its under Server Settings->Settings.

Thanks

Evelin

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 18, 2009 Sep 18, 2009
LATEST

Thanks, Evelin - that took care of the gaps.

Susan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources