what version are you using? if you are using a recent trunk (1 day old)
please report this as a bug.

-igor


On 5/15/07, Matt Welch <[EMAIL PROTECTED]> wrote:

I have a stylesheet called base.css that sits in a directory called
"styles" that is in my base webapp directory. I have the following
stylesheet reference in an HTML template called Login.html:

    <link rel="stylesheet" type="text/css" href="styles/base.css"
media="screen" />

When I go to the login page, the browser URL looks like the following:

    http://132.253.103.70:8080/daily/app/pages/Login

Note that "daily" is the name of the webapp, and "app" is the name of the
wicket application.

If I look at the source of the page in my browser, the stylesheet
reference has been modified to look like:

    <link href="../../../styles/base.css" rel="stylesheet" type="text/css"
media="screen"/>

It looks like this was resolved with one too many "../". Is this a bug or
am I doing something wrong in my configuration? Is there a better way to
deal with my stylesheets and other static resources that aren't explicitly
part of a component?

Thanks!
Matt



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to