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

passing an object to a cfc as an argument

Explorer ,
Jul 02, 2009 Jul 02, 2009

Copy link to clipboard

Copied

I am trying to pass an object of java.util.RegularEnumSet into a CFC as an argument. This object contains several methods, but when I try to use any of these methods inside the CFC it is telling me there is no such methods in my enum set. When I use these java methods outside of my cfc on a test page it works just fine, any ideas why I cant pass this java object into my cfc and use the object's methods? Thanks in advance.

TOPICS
Advanced techniques

Views

749

Translate

Translate

Report

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
LEGEND ,
Jul 02, 2009 Jul 02, 2009

Copy link to clipboard

Copied

LATEST

I'm guessing that cfc's were not designed with your intended use in mind.  Why don't you simply create an object inside your cfc?

Votes

Translate

Translate

Report

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
Documentation