Hi, a couple of hints on the samples code:
The table pages won't work at all, as the table generation has been ripped out (it never worked very well, and was quite restrictive and unflexible in what it did).
As for the update-forms, these will be broken, as the JPA package has been reworked to be more scalable/performant.
The best approach here is probably to compose a org.wicketrad.jpa.UpdateBeanDataForm (in the wicket-jpa module) with a org.wicketrad.propertyeditor.form.BeanPanelForm ("Horizontal" or "vertical" layout implementation in wicket-rad-core).
Shane Hayes wrote:
Thanks! I found the code.
I have been fixing stuff blind, but now I need a hint on things like: DefaultUpdateBeanForm in UpdatePageToRuleThemAll. Any suggestions on how to get this to compile?
Regards,
Shane