I am trying to have a variable called myString available for a button click event. Inside that button I have something like this. click="getURL(myString);"
Right not it is displaying as an empty string. I know it is there because I can see it in my handleResultMethod. How do I need to code this to make the myString variable available for the getURL() method?
Here is my complete code on pastebin. http://pastebin.com/6NvinqYt