Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot find FacesContext

807603Feb 1 2008 — edited Feb 4 2008
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 3 2008
Added on Feb 1 2008
9 comments
108 views