Hi Paudie,

In a web app in the JavaScript, all the objects must have different names. So you can do this:

Code:
m_data.text = "enter data here"
Now for .getData and .setData, you would do:

Code:
var losxn = Lianja.get("page1.section1');
losxn.setData("m_data","enter data here");
Both approaches work for me in apps in production, based on the needs of that context.

hth,

Hank