Did you check both console log and browser (developer tools) logs? ** Martin
ma 13. huhtik. 2020 klo 19.56 LSomefun (oyesomefunla...@gmail.com) kirjoitti: > I am having problem with inserting JavaScript into a Html body tag. Once I > use the following code as shown in the tutorial into my > AuthenticatedWebapplication, I can no longer login to my application. > > setHeaderResponseDecorator(response -> { > return new ResourceAggregator(new > JavaScriptFilteredIntoFooterHeaderResponse(response, "footercontainer")); > }); > > Once I remove the above codes. I am able to log in. The weird thing > noticed, > there is no error messages, nothing my log. I am on Wicket 8.7.0. > > > -- > Sent from: > http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >