Subhransu,
I know that it's been a while. I did try what you suggested, but it didn't fully work like I wanted it to. I did get it working to show on the screen by using something similar to the below code though.
wcs = service.webclientsession()
control = wcs.findControl('mytablescontrolid')
if control is not None:
data = control.getDataBean()
if data is not None:
data.reset()
currentMboSet = mbo.getThisMboSet().reset()
Thank you for all your help.