RE: How to find the cause of the error

2005-06-24 Thread jacob.willig
t.printStackTrace(); throw new Error("check your logs for errors"); // so it exits the method as it should } } Regards, Jacob -Original Message- From: Jeroen P [mailto:[EMAIL PROTECTED] Sent: vrijdag 24 juni 2005 11:28 To: Struts-User Subject: How to find the cause

How to find the cause of the error

2005-06-24 Thread Jeroen P
Hi, I've got a prolbem with finding the error in my code. I'm trying to integrate Hibernate in my application. Tomcat gives a stack trace, but it didn't give a line number where the error occurred. It looks like it goes wrong with the logic:iterator in my JSP page and the BlogItem getter in BlogBe