wicketstuff / core

Wicketstuff-core projects are bundled user contributions for use with Apache Wicket (https://wicket.apache.org/). They are released in step with Wicket releases to make them easy to use.
342 stars 298 forks source link

Non functioning Datatables demo #702

Open ebremer opened 3 years ago

ebremer commented 3 years ago

When I try this code out, no page is generated.

https://github.com/wicketstuff/core/blob/master/datatables-parent/datatables-examples/src/main/java/org/wicketstuff/datatables/demo/NewPage.java

this example works though:

https://github.com/wicketstuff/core/blob/master/datatables-parent/datatables-examples/src/main/java/org/wicketstuff/datatables/demo/HomePage.java

svenmeier commented 3 years ago

I've fixed three errors (query-selectors version, csp and infinite loop in PeoplDataProvider) so the example works again. There seem to be further smaller problems though and I don't know what these examples are supposed to show.

ebremer commented 3 years ago

Thanks, I will re-test!