Exemplo n.º 1
0
 /**
  * Generates an autocomplete for all Clubs and their linked Terms
  *
  * @param term The default term to show
  * @return
  */
 public String selectTermsFromClubs(final Term term) {
   return WebTricks.includeAJAX(
       "termAndClubBlock",
       "templates/combobox.jsp?type=termAndClub&termID=" + term.getId(),
       "Loading clubs and terms...");
 }