0

I have registration.xhtml with button:


<h:button value="Register" action="#{registrationBean.saveUser}" ajax="false"></h:button>

registrationBean:

@ManagedBean(name = "registrationBean")
@SessionScoped
public class RegistrationBean {
...     
public String saveUser() {
    personService.savePerson(persons);
    return "user/user";
}

And it doesn't work. Link on git

Please help

Kukeltje
  • 12,223
  • 4
  • 24
  • 47
Vitalii T
  • 453
  • 3
  • 13

0 Answers0