I know this is a pretty newbie question, but how can i package an image with my wicket app, and reference it within a static css file?  I've been searching through the wicket wiki, with no luck.  is there a wicket-stuff app or someplace i can dig through for an example?

Just to be clear, here's what i'm expecting to do with my css:

.myapplicationClass {
  background-image: url('/com/codecrate/app/BackgroundImage.gif');
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to