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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...