nevermind, i figured it out. It's all about the fourth parameter of
addCallMethod(). I just passed it
new Class[] {Integer.class}
and it worked.
nevermind, i figured it out. It's all about the fourth parameter of
addCallMethod(). I just passed it
new Class[] {Integer.class}
and it worked.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [E
I'm using Digester to map my XML file to my Java class, Restaurant.
Restaurant has a number of instance variables, most of which are Strings,
but some are ints. Digester is successfully calling the Restaurant setter
methods for the String instance variables, but it throws an exception
whenever it
3 matches
Mail list logo