Hi,
I have tomcat installed on my local machine. I have JSP. Which on load calls a method test which takes as arguments a 2D Array of Stringsof a class Test. When I create an instance of this method and call this method. I get an error message as NoSuchMethodError. The method exists but still pops up this error. I tried calling other methods that do no accept arguments and the work fine. Why is this could any body help me in this.
With Regards
Murali
I have tomcat installed on my local machine. I have JSP. Which on load calls a method test which takes as arguments a 2D Array of Stringsof a class Test. When I create an instance of this method and call this method. I get an error message as NoSuchMethodError. The method exists but still pops up this error. I tried calling other methods that do no accept arguments and the work fine. Why is this could any body help me in this.
With Regards
Murali