[flexcoders] Error: Cannot invoke method when using a VO

2005-03-28 Thread cazzaran
I have a delegate class on my server called GroupDelegate, and it has a method addGroup(Group group). When I try and call this method on my remote object, I get the error: Error: Cannot invoke method addGroup However, if I switch my method's signature to addGroup(String groupName), the method

RE: [flexcoders] Error: Cannot invoke method when using a VO

2005-03-28 Thread Peter Farland
Does the Java version of Group have a public no args constructor? -Original Message- From: cazzaran [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 3:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Error: Cannot invoke method when using a VO I have a delegate class