Reference selector resets to empty

0
Hi,   I’m having a problem with reference selector that resets itself to empty when I switch between tabs, even if I commit it. Problem occurs if dropdown is used as selector, there is no such problem with select pages. I am using non-persistent entities if that has anything to do with it, otherwise has anyone had similar problem ?   Miha
asked
1 answers
4

Hi Miha,

Non-persistent entities are kept in memory and are never stored in the database, when you want to store the data in the database you should use persistent entities. Committing non-persistent object won't store them. 

Perhaps this helps you along of otherwise you might share a screenshot of the domain model.

Cheers,

Jeffrey

answered