SyntaxFix
Write A Post
Hire A Developer
Questions
I believe the id accessors don't match the bean naming conventions and that's why the exception is thrown. They should be as follows:
public Integer getId() { return id; } public void setId(Integer i){ id= i; }