Reciving error on getWicketEventReference wicket 8

84 Views Asked by At

I receiving an error that the getWicketEventReference method does not exist and cannot find the symbol, the error: cannot find symbol symbol: method getWicketEventReference() location: class org.apache.wicket.settings.JavaScriptLibrarySettings enter image description here

1

There are 1 best solutions below

0
martin-g On

wicket-event.js has been merged into wicket-ajax.js for Wicket 9.0.0, I believe.

So, you can safely remove this line!