Coldfusion.navigate and url variables
Here's what I had:
However the page that was being called insisted (with a familiar CF error) that there was no projectID in the URL scope.
Ok - "When in trouble Google is your friend". So I came upon a blog post by Raymond Camden, and while he did not discuss this problem I saw that he used an escape() on his url variables.
So I changed my code to this - which is working as desired:


There are no comments for this entry.
[Add Comment]