RE: [Digester] Not Converting String to Int

2004-07-02 Thread Joshua Bronson
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.

RE: [Digester] Not Converting String to Int

2004-07-01 Thread Josh Bronson
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

[Digester] Not Converting String to Int

2004-06-30 Thread Josh Bronson
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