Topic RSS
UI table refresh
Hello,
I have a custom dialog that updates a relationship of main mbo.
The problem is that table refresh doesn't occurs. Below the code I used.
public int execute(MboSetRemote mboset) throws MXException, RemoteException {
DataBean appBean = Utility.getDataSource(this.sessionContext, this.app.getAppHandler());
MboRemote mbo = appBean.getMbo();
//
// business logic…
//
// refresh UI table
DataBean dataBean = this.app.getDataBean("my_table_id");
dataBean.fireStructureChangedEvent();
dataBean.refreshTable();
this.sessionContext.queueRefreshEvent();
return EVENT_HANDLED;
}
Forum Timezone: UTC -5
Most Users Ever Online: 42
Currently Online:
9 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
David: 29
mandreas: 26
vkumar: 26
cagola: 24
maximo21: 22
jayaganesh: 19
Member Stats:
Guest Posters: 0
Members: 4951
Moderators: 0
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 458
Posts: 1373
Newest Members: sbristol21, koppv0, kellergw, Murat, mfabra, jmoore
Moderators:
Administrators: Chon (446)
Log In
Register
Home
Offline






