Skip to main content
Inspiring
August 20, 2014
Answered

Element undefined in URL CF11 worked in CF9

  • August 20, 2014
  • 3 replies
  • 688 views

We recently upgraded from CF9 to CF11.  I am having an issue where CF is throwing Element undefined in URL when the variable is clearly defined in the URL. Here's the flow...

The user clicks an icon to update an item.  A new window is opened and variables are passed in the URL.  User makes the changes, presses submit, CF makes the updates then the Window closes.  This worked fine in CF9.  Since the update when the user presses submit the window never closes and CF throws the error.  Nothing changed in the code.

Thanks in advance for any help!

Gary 

    This topic has been closed for replies.
    Correct answer ghanna1

    I've solved the problem.

    Seems in CF11 the #CurrentPage# tag doesn't pass the URL data however it did in CF9.

    3 replies

    BKBK
    Community Expert
    Community Expert
    August 20, 2014

    The explanation will be much clearer if you show us the code, or at least a sketch of it.

    ghanna1AuthorCorrect answer
    Inspiring
    August 21, 2014

    I've solved the problem.

    Seems in CF11 the #CurrentPage# tag doesn't pass the URL data however it did in CF9.

    Hedge
    Inspiring
    October 23, 2014

    What was your fix for this?