Exemplo n.º 1
0
 public void goBack(GuiUserEvent event) {
   JDataSet ds = sv.getPrevPage(sessionId);
   this.displayPage(event, ds, null);
 }