Exemplo n.º 1
0
 /**
  * Reset search criteria
  *
  * @return forward to LIST page
  */
 public String reset() {
   search.reset();
   return list();
 }