Michael, I have returned a Collection of Maps to client without any problems. For example, this method defined on my server works fine:
public Collection list(final String username, int startingTask, int total, boolean directionForward) throws Exception; The returned Collection contains n Maps. Eric H. Jung -----Original Message----- From: Michael Ribeiro [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 10:51 AM To: [EMAIL PROTECTED] Subject: return multidimensional table? Hello, how I can return a multidimensional table to the client?? How has to look like the server and the client??? thx Michael