Proble solved! There was an error in my getter method for the concerned
entity!
Am 02.08.2013 09:06, schrieb Will N.:
Hi,
i have some issues trying to save an Entitie in the database after
filling the coresponding form. In fact i figured out that the
Entity(Object) is Null after a press the sa
Make sure you properly initialize the object referenced by the form. The
onPrepare() method is a good place to do that.
Am 02.08.2013 um 09:06 schrieb "Will N." :
> Hi,
> i have some issues trying to save an Entitie in the database after filling
> the coresponding form. In fact i figured out
It happens because your entity is null. It can be because you didn't
initialize it in prepare for submit handler or with page activation context.
On Fri, Aug 2, 2013 at 10:06 AM, Will N. wrote:
> Hi,
> i have some issues trying to save an Entitie in the database after filling
> the coresponding