If you don't want to package them (e.g. you don't need them as part as
a reusable component), just put them in your web app dir (you know,
the one with WEB-INF in it). Your application server will figure out
how to get them. If you want them to be packaged, you typically put
them in the same java package as where your component class resides,
and use something like HeaderContributor to serve them.

Eelco


On 11/17/06, Ian Clarke <[EMAIL PROTECTED]> wrote:
> I have a really simple newbie question.
>
> I am trying to get started using Wicket with Eclipse, and I'm using
> the QuickStart application.
>
> Where do I put static files such as CSS, and do I need to configure
> anything to find them?
>
> Many thanks,
>
> Ian.
>
>
> -------------------------------------------------------------------------
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to