non-serializable objects to feed a DropDownChoice

2019-08-28 Thread René Stolle
Hello there, my domain classes are mostly not serializable. Making use of LoadableDetachableModels I have no problems execpt of one situtation: I couldn't find an easy solution to place a list of domain objects in a DropDownChoice without getting serialization issues. The examples I found

Rendering a page for storage

2018-09-16 Thread René Stolle
Hello, most of my projects have a AppStatus Page containing some statistics. No I need to store this information on web server shut down and I was wondering, if I could just persist a freshly rendered page and have everything I need nicley formatted in a html file. The javadoc looked

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

DatePicker in wicket 8

2018-05-09 Thread René Stolle
Hello everybody, I just realized the wicket-datetime module is gone in wicket 8 and with it my beloved DatePicker. Is it totally gone or just replaced or renamed? The Migration Guide for Wicket 8 does not mention anything about (wicket-)date/time. Best regards, René