Hello
I have a list which is populated through a REST service & works fine. I've also added an Input control to each list item.
My intention is to save anything the user types for each list item in a local database (works fine) and read this data back out when the list loads next time.
Unfortunately I can't seem to set the text value of an item in a list using Java, it works on a label or Input outside of the list but not inside.
Any ideas?
Thanks