FormView Dirty state Issue

Hello everyone,
We have some troubles regarding FormView. We would like to modify attributes (such as List from a Domain) in the actionResponse during the “onLoad” event.

Eventhough we do modify all the attributes, the form stays “dirty”, thus consider that it is still in modify mode.

We actually need to fill all the inputs without being in this “dirty” state. Is there any way of doing/forcing that?

Thank you a lot for the answers.

Hi,

can you post your form view, actions and controller in order to see what is going on ?

The form view is maked dirty when data record change. The attributes shouldn’t impact the record.