is there any working, supported and maintained scaffolding solution for Wicket 1.5? I know of
You can look at Apache Isis for a domain driven approach. Perhaps you can find a CRUD framework at the Wicket WIKI page dedicated to related projects. Maybe databinder is an option.
At my company we created our own CRUD framework. While it was not easy, it does give you an advantage and enables you to do things your own way.