st-tu-dresden / videoshop

SalesPoint sample application
Apache License 2.0
87 stars 246 forks source link

Error submitting the registration form #70

Closed pha-Z closed 6 years ago

pha-Z commented 7 years ago

When trying to register (http://localhost:8080/register), following error gets thrown:

There was an unexpected error (type=Internal Server Error, status=500). Failed to instantiate [videoshop.customer.RegistrationForm]: Specified class is an interface

error was produced with the following:

Name: abc Passwort: 1234 Adresse: adresse

AES-256-GCM commented 6 years ago

Same problem :(

odrotbohm commented 6 years ago

Workaround is to remove @ModelAttribute from CustomerController.registerNew(…).