Re: Error: cannot implement getDependants() in org.apache.jasper.runtime.JspSourceDependent

2009-07-10 Thread Gaurav Naigaonkar
sure there is no issue of different versions of Tomcat. On Fri, Jul 10, 2009 at 12:02 PM, Mark Thomas wrote: > Gaurav Naigaonkar wrote: > > I am using Tomcat 6.0. > > There are 21 different 6.0.x versions. You need to be precise. > > > There isnt a mismatch in Tomcats here.

Re: Error: cannot implement getDependants() in org.apache.jasper.runtime.JspSourceDependent

2009-07-10 Thread Gaurav Naigaonkar
I am using Tomcat 6.0. There isnt a mismatch in Tomcats here. I have a Ant script that I am running from command line. So I guess Tomcat version should not be an issue. Let me know if what I am assuming is wrong. On Fri, Jul 10, 2009 at 11:23 AM, Mark Thomas wrote: > Gaurav Naigaonkar wr

Re: Error: cannot implement getDependants() in org.apache.jasper.runtime.JspSourceDependent

2009-07-10 Thread Gaurav Naigaonkar
l be changed to be "1.5" in 6.0.21. > > Best regards, > Konstantin Kolinko > > > 2009/7/10 Elliot Huntington : > > An Object is not a List even though a List is an Object. The method you > are > > trying to implement requires a return type of List, not Objec

Re: Error: cannot implement getDependants() in org.apache.jasper.runtime.JspSourceDependent

2009-07-10 Thread Gaurav Naigaonkar
Huntington < elliot.hunting...@gmail.com> wrote: > An Object is not a List even though a List is an Object. The method you are > trying to implement requires a return type of List, not Object. > > On Fri, Jul 10, 2009 at 9:08 AM, Gaurav Naigaonkar >wrote: > > >

Error: cannot implement getDependants() in org.apache.jasper.runtime.JspSourceDependent

2009-07-10 Thread Gaurav Naigaonkar
online but couldn’t find any solution to it. Let me know if someone can help. Thanks, -- Gaurav Naigaonkar