Hello,
 
I am using JBoss3.0.
I have a small project developed and deployed in war file. The project contains some JSPs.
When I start server and open JSP using url as follows 'http://localhost:8080/test/test/index.jsp', then I get error as...

HTTP ERROR: 500 Unable to compile class for JSP An error occurred at line: 14 in the jsp file: /cal/cal1.jsp Generated servlet error: C:\TEMP\Jetty__8080___cal\cal\cal1$jsp.java:65: Class cal.TableBean not found. cal.TableBean table = null; ^ An error occurred at line: 14 in the jsp file: /cal/cal1.jsp Generated servlet error: C:\TEMP\Jetty__8080___cal\cal\cal1$jsp.java:68: Class cal.TableBean not found. table= (cal.TableBean) ^ An error occurred at line: 14 in the jsp file: /cal/cal1.jsp Generated servlet error: C:\TEMP\Jetty__8080___cal\cal\cal1$jsp.java:73: Class cal.TableBean not found. table = (cal.TableBean) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "cal.TableBean"); ^ An error occurred between lines: 38 and 41 in the jsp file: /cal/cal1.jsp Generated servlet error: C:\TEMP\Jetty__8080___cal\cal\cal1$jsp.java:110: Class cal.Entry not found. cal.Entry entr = table.getEntries().getEntry(i); ^ 4 errors

RequestURI=/cal/cal/cal1.jsp
 
 
Can anybody please suggest me what might be wrong. If I open JSP file seperately in browser, then it opens properly.
 
Regards,
Vikram.

Reply via email to