hello, I'm using TO of kind:

Action {
 String a,b;
 ArrayList<Container> list;
}
class Contianer implements IsSerializable {
 Integer i;
 MySerializableClass c;
}

and service:
interface MyService implements RemoteService {
 void call(Action act);
}

which fails with exception (see below) when I fill the list, however
its working if I switch the list to type
ArrayList<MySerializableClass> or whatever, only in that case above it
fails with almost no hint

http://code.google.com/p/google-web-toolkit/issues/detail?id=5249

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to