RE: Error message not very helpful

2005-09-15 Thread Murray Collingwood
Thanks Ron, I am using a jsp:getProperty and this is the code that is failing... I finally solved it by running a full clean & build. The builds I was running were not enough to compile some older versions of the programs that used a different bean identifier. Thanks again. Kind regards mc

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
Hi Murray, I would guess that you are using on an object that is null. Check your objects that you are accessing in the page. If the data is coming from a database, it could be a null column. -Original Message- From: Murray Collingwood [mailto:[EMAIL PROTECTED] Sent: 15 September 2005 1

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