Skip to main content
Participant
October 15, 2014
Question

cfargument in script-only components

  • October 15, 2014
  • 0 replies
  • 198 views

When writing a tag-based function, I can say <cfargument name="componentArray" type="component[]" required="true">.

How do I do the same thing in script?

public void function someFunction(required component[] componentArray) {} gives me a syntax error in CFBuilder, so I expect that won't work.

    This topic has been closed for replies.