~Hank QuetrepulnivuApr 30, 2012, 7:38 AM53 PostsRe: Changing table visibility using button.I alwyas just use scoped variables - if you use a partial refresh you can use a viewscope, otherwise a sessionScope. Your table rendered properties then can just be viewScope.showthistable. If you want it do default to false you can set the viewScope in the beforepageload event of the xPage/custom control.
~Ben AsaponeskiodenApr 30, 2012, 8:16 AM126 PostsRe: Changing table visibility using button.I think your looking for getComponent(<id>).setRendered(true / false);