Hi, I have a form with fields associated to the different members of an entity. Certain fields are lists on which I use the Ajaxformloop.
When I try to submit and that validation problems occur, the fields retain their values except the lists on which I use Ajaxformloop. Then If i want failed-submit to retain these data I need to put @Persist on my entity, that cause me other problems. Why the lists doesn't retain values at submit failure ? How could I do that without requiring @Persist on my entity. PS : even @Persist(PersistenceConstants.FLASH) doesn't work