Re: problem with AbstractEntityModel from Igor Vaynberg

2014-05-18 Thread Piratenvisier
Am 17.05.2014 23:08, schrieb mscoon: I don't understand what these lines are doing. Are you reloading whatever is already stored in your modelObject.kunde and setting it again to your model object? Why? all ONETOMANY relationships which are set before I open the form cause problem with

Re: Page rendering from quartz job

2014-05-18 Thread Paul BorČ™
You want wicket's page renderer to render some HTML for your email content when you have it run inside a quartz thread? Why can't you just simply use a different template engine like Apache Velocity? Have a great day, Paul Bors On May 15, 2014, at 3:27 PM, Sandor Feher

Re: problem with AbstractEntityModel from Igor Vaynberg

2014-05-18 Thread Paul BorČ™
Are you not using a LoadableDetacheble model? And are you familiar with Hibernate's laizy loading? Have a great day, Paul Bors On May 18, 2014, at 6:08 AM, Piratenvisier hansheinrichbr...@yahoo.de wrote: Am 17.05.2014 23:08, schrieb mscoon: I don't understand what these lines are doing.

RE: Question / Best Practise / (List)Model vs. (List)DataProvider

2014-05-18 Thread Colin Rogers
The way I see (right or wrong!) is, You create/manage Models for individual components on a case-by-case basis. For Repeaters which internal components are dynamically created, you need a DataProvider to create and manage those Models for the components and the Collections that comprise their