Using request dispatcher i forwarded the request to new Jsp page. The stylesheet is not loading when i use the following the lines
< link rel="stylesheet" type="text/css" href="../css/style.css">
But Stylesheet is loading when i replace this line with
< link rel="stylesheet" type="text/css" href=request.getcontextpath()+"/css/style.css>
Can someone explain the difference clearly. Thanks in advance!!