Re: How can I debug java.lang.NoSuchMethodException with Struts action?

2015-10-30 Thread Lukasz Lenart
Struts version? 2015-10-27 13:48 GMT+01:00 Christopher Cheng : > It always happen that when I pass a string to an int of the variable of an > action or the action throws an exception, Struts throws a > NoSuchMethodException > It is impossible to debug, is there

How can I debug java.lang.NoSuchMethodException with Struts action?

2015-10-27 Thread Christopher Cheng
It always happen that when I pass a string to an int of the variable of an action or the action throws an exception, Struts throws a NoSuchMethodException It is impossible to debug, is there anyway to make it at least the log gives the name of the variable of the action?