Hi!

I'm trying to implement a TableModel with RPC feature

I'm unable to use properly the Response Object. I'm setting the
Iterator values that are correctly serialized to the client, but I
also want to pass the row values (second param of
SerializableResponse(Collection<Collection<Serializable>> rows,
List<R> rowValues) where R extends Serializable)

But the List is not present in the client. R is a defined Pojo class
that extends Serializable and IsSerializable. But there's no way to
make this list get the cilent. I've tried everything and I'm turning
mad!

Please, Why isn't rowValues serialized to the client? Why does it fail
silently?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to