I'm hoping that you are still monitoring this thread. I too am using spry to populate a jquery mobile list view. No problem in setting it up and getting the list to populate. However, my wrinkle is that I am using several datasets.
I have one html page filled with two tables. I populate two separate lists by pulling the data from the html source based on the table's ID. This is piece is working fine for both lists.
The glitch comes when I want to display the "details" page for each dataset. No matter what I do, only one description page opens. I have two details pages, one for each dataset, but only one works. If I swap the location of the details code for each, the top most code works, but the other code isn't recognized.
Any ideas about how to populate more than one details page with two different spry datasets?
Like you, I've searched everywhere for a couple of weeks now for a solution. No success. Spry doesn't seem to address datasets with jquerymobile.
TIA to anyone who might be able to point me in the right direction.
-Rachel