Hi

I am getting "Bean editor model for User does not contain a property named
'id'" error while using beandisplay component.
The User class does contain property id which is of type Long(has proper
getter and setter methods). Only thing I suspect can
be the problem is that User implements a generic interface

public interface Entity<T extends Serializable> {
   public T getId();
}

I am using T5 (5.2.0)

regards
Taha

Reply via email to