Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Exception problems:


Message #1 by destr0 <joel.wrox.list@l...> on Mon, 18 Nov 2002 14:51:04 -0600
Check that holder is not null.

> I'm getting this runtime error report:

> root cause

> javax.servlet.ServletException
> 	at 
> org.apache.jasper.runtime.PageContextImpl.handlePageException(Unknown 
Source)
> 	at org.apache.jsp.timeClock_jsp._jspService(timeClock_jsp.java:186)

>   ServletContext srvcon = pageContext.getServletContext();
>   TimeCardHolder holder = (TimeCardHolder) srvcon.getAttribute
("timeHolder");
>   TimeCard card = holder.getTimeCard( "someId" ); 


  Return to Index