You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "squallmat ." <sq...@gmail.com> on 2014/08/07 15:54:39 UTC

persistence, form and ajaxformloop

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