Skip to main content
November 9, 2011
Answered

INVALID CFML CONSTRUCT ERROR

  • November 9, 2011
  • 1 reply
  • 847 views

I have no idea why the below is an invalid CFML construct.   Any suggestions would be greatly appreciated.

    This topic has been closed for replies.
    Correct answer 12Robots

    YOu're using JSON notation. Common mistake. Structs are done using the = sign  structName = {key="val1", key2="val2"}

    1 reply

    12Robots
    12RobotsCorrect answer
    Participating Frequently
    November 9, 2011

    YOu're using JSON notation. Common mistake. Structs are done using the = sign  structName = {key="val1", key2="val2"}

    November 10, 2011

    Thank you!