java.lang.nosuchmethoderror

Hi,

I'm trying to call a method in class X from a jsp.

I'm using weblogic. i.e jsp is deployed in weblogic.

some methods in the class X are working fine, but some methods are throwing the error java.lang.nosuchmethoderror.

kindly suggest some solution.

regards,

RV

Message was edited by:

Ravilla

Message was edited by:

Ravilla

[398 byte] By [Ravillaa] at [2007-10-3 9:26:28]
# 1
make sure that those methods you're trying to call are public...
shocketa at 2007-7-15 4:40:43 > top of Java-index,Developer Tools,Java Compiler...
# 2
Err, no that would throw IllegalAccessException.Make sure the method(s) exist with those arguments.
ejpa at 2007-7-15 4:40:43 > top of Java-index,Developer Tools,Java Compiler...
# 3
even i have the same problem, i checked if the definition etc are same. but still i am getting the error. if i get a solution will surely post it
hitman_47a at 2007-7-15 4:40:43 > top of Java-index,Developer Tools,Java Compiler...