navbar, reorganized JSP folders

This commit is contained in:
Mic 2013-01-18 18:32:23 +08:00
parent f06cf8c3fa
commit c4b5a98ac8
15 changed files with 65 additions and 79 deletions

View file

@ -44,7 +44,7 @@ public class VetController {
Vets vets = new Vets();
vets.getVetList().addAll(this.clinicService.findVets());
model.addAttribute("vets", vets);
return "vetsList";
return "vets/vetsList";
}