RE: Error message not very helpful

2005-09-15 Thread Murray Collingwood
ginal Message- > From: Murray Collingwood [mailto:[EMAIL PROTECTED] > Sent: 15 September 2005 16:19 > To: user@struts.apache.org > Subject: Error message not very helpful > > Hi all > > I came across this message this afternoon. I've tried stepping through > w

Re: Error message not very helpful

2005-09-15 Thread Laurie Harper
Whether or not the exception could provide more specific information is a question for the Tomcat developers (Jasper is part of Tomcat, not Struts). My guess is that it would be non-trivial, but I encourage you to head over to tomcat-user and ask, since better error reporting is always a good t

RE: Error message not very helpful

2005-09-15 Thread Holshausen, Ron
16:19 To: user@struts.apache.org Subject: Error message not very helpful Hi all I came across this message this afternoon. I've tried stepping through with the debugger but can't seem to work out why I keep getting this error. The code appears to be okay, the bean and proper

Re: Error message not very helpful

2005-09-15 Thread gramani
"Murray Collingwood" <[EMAIL PROTECTED]> wrote on 09/15/2005 09:18:32 AM: > org.apache.jasper.JasperException: Attempted a bean operation on a > null object. > > org.apache.jasper.runtime.JspRuntimeLibrary. > handleGetProperty(JspRuntimeLibrary.ja > va:601) > Hi Murray, take a look at line 18

Error message not very helpful

2005-09-15 Thread Murray Collingwood
Hi all I came across this message this afternoon. I've tried stepping through with the debugger but can't seem to work out why I keep getting this error. The code appears to be okay, the bean and property are set correctly. I'm assuming it is something in my "display.jsp" file but there i