View Single Post
  #2 (permalink)  
Old 02-06-2009, 02:09 AM
tdesorbaix tdesorbaix is offline
Zimlet Guru & Moderator
 
Posts: 265
Wink

Here is the js code that should do the refresh :
Code:
var controller = appCtxt.getCurrentController();
controller._refreshAction(false);
Reply With Quote