One solution is the "extend" functionality (eg. "wicket:child" and
"wicket:extend").  We use a "BasePage" that all our pages extend, and it
contains all our javascript.  It doesn't add anything else, so there is
almost no HTML (just the "html", "head", and "body" tags) and the Java file
for that page is just a blank class.  (Just make sure that, if they add
anything else to the header, all the extending pages use a "wicket:head" tag
for the additional content.)

Trent



On Fri, Feb 6, 2009 at 8:36 AM, Vasily Vasilkov <chand0s....@gmail.com>wrote:

> Hi
>
> I have a few *.css and javascript files. These files are used by all
> pages of my application. Sometimes, I need to change (add/remove)
> files in header of my pages. So, what is the easiest way to do this?
>
> P.S. Will HeaderContributor help me?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to