I hope this helps. What doesn't work is that on the detail page, there's no data. Previously I had hard-coded the URL and was able to get data. Thanks, Kami https://d37wxxhohlp07s.cloudfront.net/s3_images/863965/Screen%20Shot%202013-02-27%20at%202.54.42%20AM_inline.png?1361905283 https://d37wxxhohlp...
Thanks for the quick response Max. I changed the URL as you suggested to http://www.example.com/view/{id} . I created a request parameter called "id" in the service. The service test worked when I manually populate an id. I sense I'm close. I then set the click event of the list page (the ...
I'm trying to pass a variable to a detail page where the url is in the format: http://www.example.com/view/123 rather than http://www.example.com/view.html?id=123 . I've created the parameter in the Request in the Service. And consider the URL to be http://www.example.com/view but I'm don't know how...