someone got this error before? what is the problem, i cannot figure out the reasons..
my codes are here: how do i retrieve data passed thru post in java play
thanks for help in advance..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It comes from the springbind library that Play is using for the bonding.
You need to add getters and setters in your Java bean.
Please take a look at this: http://blog.sveri.de/2012/04/11/play-2-0-formbind-validation-exception/