Re: Recommenced way of dealing with non Serializable Objects in Forms

2018-08-02 Thread Sven Meier
Hi, that's perfectly fine. Why are you looking for another solution? Have fun Sven Am 2. August 2018 18:00:05 MESZ schrieb "René Stolle" : >Hello, > >I simply wanna edit non Serializable domain objects in a html form. The > >Form should >work for inserts (new objects) and updates. I created a

Recommenced way of dealing with non Serializable Objects in Forms

2018-08-02 Thread René Stolle
Hello, I simply wanna edit non Serializable domain objects in a html form. The Form should work for inserts (new objects) and updates. I created a LoadableDetachableModel for the given Domain which keeps a (database) id and has the following load method: @Override protected Testobject load()