Can NullPointerExceptions occur when passing inputs from scala.html to Controller as form in Play framework(2.8.*) Java?
I'm working in creating a java web app using play framework(2.8.19). While creating registration page I'm trying to pass the inputs from the registration page(scala.html) to the controller class where it saves the input to the Postgres table. Here I'm…