should have entity interface that defines
Long getId void setId(Long)
we are assuming ID is a numeric/long in the JSF backing bean anyway, but using beanutils/introspection to do this.
it would be cleaner to cast to Entity and call get/setId directly.
Log in to post a comment.