I have a Text property on app engine and GWT TextArea UI element on the client side. I am trying to use RPC to pass the content of Text property to the client using a data transfer object. What should be the datatype of the related property in the data transfer object? If I use String, the value may get truncated. I cannot use Text because the client does not recognize Text class. Thank you for your help.
-- 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.
