More info... It's also server specific, in that if I fire it up in Jetty, it's fine, whereas using WebLogic, it's not...
/Gwyn On 13/10/06, Gwyn Evans <[EMAIL PROTECTED]> wrote: > Hi, > Anyone seen this sort of thing? If I use Firefox, there's nothing > in the logs, whereas if I try IE, I get the page (including the css > file) but there's an error logged - > 2006-10-13 23:05:21,589 [ERROR] RequestCycle - Unable to > load class with name: c.z.t.web.manual.page.log.css > > The page I'm loading is c.z.t.web.manual.page.log.Index, which has no > CSS load but does extend ../BasePage, which contains > <head> > ... > <link rel="stylesheet" type="text/css" href="css/styles.css"> > </head> > > This is translated to > <link href="/manual/css/styles.css" type="text/css" rel="stylesheet"> > and does load OK, although it does contain > "behavior:url(css/csshover.htc);" which could be the issue? > > What's really a problem is that while I get this page, trying to get > to any page needing authentication just ends up with a 404 after > logging in, so any suggestions welcome! As I said though, FF is fine > with it... > > /Gwyn -- Download Wicket 1.2.2 now! - http://wicketframework.org ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
