Hi Martin,

try this:
<link rel="stylesheet" type="text/css" 
href="<%=request.getContextPath()%>/login.css" />

Explanation: you call a page like "/restricted/mypage.jsp", which redirects you 
to the login page. But your browser still sees  "/restricted/mypage.jsp" (see 
address bar) and thinks that "login.css" is a relative URL in the "restricted" 
area.

Hope this helps

Wolfgang

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201799#4201799

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201799
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to