I'm trying to create an edit page with fields filled with the database informations by default.
My problem is that the setValue does not work except for the submit field.
So I have to use the addAttribute method to create the default value.
But with this solution, I can't choose the default value for the SelectBox and RadioBox.
Is there something I misunderstood ?
I checked the core code, but even by setting the value property to public and forcing it in my controller, the option won't be selected by default to the one I want.
Any help is welcome and it's quite urgent.
