could you create a quickstart with the jars you are using and attach it to
jira, that way i can take a look and debug it - unless you want to trace it
yourself.

btw what version of wicket are you using?

-igor


On 2/13/07, spencer.c <[EMAIL PROTECTED]> wrote:


Yes, that was one of the first things I checked.  The css file is copied
to
the output folder, and is right next to the .class and .html files.

Could it have something to do with my mapping?  I do have wicket set up to
intercept everything.  From web.xml:
     <filter>
     ...
               <init-param>
                  <param-name>filterPath</param-name>
                  <param-value>/*</param-value>
                </init-param>
    </filter>

    <filter-mapping>
        <filter-name>shareit</filter-name>
        <url-pattern>/*</url-pattern>
    </filter-mapping>

I'm really at a loss of what else to look at, other than that.

Thanks again.



igor.vaynberg wrote:
>
> is the css file actually copied into the output folder? i know eclipse
and
> other ides do not always copy css/html files by default.
>
> -igor
>
>
>
--
View this message in context:
http://www.nabble.com/Simple-CSS-Link-tf3222758.html#a8951774
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to