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

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

2009-07-10 Thread Gaurav Naigaonkar
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 gnaigaon...@gmail.com wrote: Hello, I get a number of similar

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

2009-07-10 Thread Gaurav Naigaonkar
Kolinko 2009/7/10 Elliot Huntington elliot.hunting...@gmail.com: 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 gnaigaon...@gmail.comwrote

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

2009-07-10 Thread Gaurav Naigaonkar
are trying to implement requires a return type of List, not Object. On Fri, Jul 10, 2009 at 9:08 AM, Gaurav Naigaonkar gnaigaon...@gmail.com wrote: Hello, I get a number of similar compilation errors when I try to compile the Servlets that are generated by Tomcat 6 Jsp

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 ma...@apache.org 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. I have a Ant