On 14.12.2015 12:48, Thiago H de Paula Figueiredo wrote:
Have you tried to @Inject BeanModelSource and call beanModelSource.createDisplayModel(yourClass.class, messages) and see what are the properties (PropertyModel instances) it detects?


So in the tml I know have a random property name:

    <table t:type="grid" t:source="degrees" t:row="degree"
        t:add="deleteuh9uhco9qh98ehv">

Calling:
     model = bms.createDisplayModel(Degree.class, messages);
     System.out.println(model.getPropertyNames());
Printout:
     [degreeId, code, title, titleEn, terms, note]

As you see there is no property "deleteuh9uhco9qh98ehv" in the model.

But, the error occurs again:
*Bean editor model for mk.ukim.finki.isis.dossier.entities.Degree already contains a property model for property 'deleteuh9uhco9qh98ehv'.*

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to