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

Reply via email to