its very strange that you get loading class things differences with the use of a browser?
What could sent IE do different that FF that could result in that kind of behaviour?

johan


On 10/14/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=""
</head>

This is translated to
<link href="" 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
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