i have a web applications and runs starts and runs fine.
but i have included a prelude with links. this is the jspf code.
<html>
<body>
<br><br>
<center>
<table width="720" border="0">
<tr>
<td width="135"><a href="../../topManager/List.jsp">Top Management</a></td>
<td width="135"><a href="../../departmentHead/List.jsp">Department Heads </a></td>
<td width="135"><div align="center"><a href="../../department/List.jsp">Departments</a></div></td>
<td width="135"><a href="../../officer/List.jsp">All Officers </a></td>
<td width="135"><a href="../../designation/List.jsp">Designations</a></td>
<td width="135"><a href="../../officer/List.jsp">Admin Login </a></td>
</tr>
</table>
</center>
</body>
</html>
when i click on any of the links here comes the error
exception
org.apache.jasper.JasperException: java.lang.RuntimeException: Cannot find FacesContext
root cause
java.lang.RuntimeException: Cannot find FacesContext
how can i fix this