We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb6853 commit bddd45aCopy full SHA for bddd45a
src/main/java/jb/blaschka/bioCCool/controller/UserController.java
@@ -23,6 +23,7 @@ public String goInscription(Model model){
23
model.addAttribute("user", new Utilisateur());
24
return "user/pageInscription";
25
}
26
+
27
@PostMapping("/doInscription")
28
public String doInscription(@ModelAttribute Utilisateur utilisateur,Model model){
29
try{
0 commit comments