Issue with bindFromRequest in Play! Framework 2.3
问题 I'm trying to use the automatic binding feature of Play, without success. I'm developing in Java, on Eclipse 4.4 Luna. Here is my form : <h2>Create a new user</h2> <form action="@routes.Backend.createUser()" method="post"> First Name <input type="text" name="firstName" /> Last Name <input type="text" name="lastName" /> E-mail <input type="email" name="email" /> PIN <input type="number" name="pin" /> Status <input type="text" name="status" /> Is guest? <input type="checkbox" name="isGuest" />