header « wicket « Java Enterprise Q&A





1. How to control where wicket adds items to header?    stackoverflow.com

I know of two ways to add content to the <head> section of the page in wicket. You can use HeaderContributors and you can use the <wicket:head></wicket:head> at the top of ...

2. How can I set http Header Data in WicketTester    stackoverflow.com

I have web application that is behind a proxy. If the user has logged in, an http-header is set. I have a page that checks the header, to make sure ...