I think it will be better to use String, but if you really want to use Text
you can borrow some code from slim3
http://code.google.com/p/slim3/source/browse/trunk/slim3/src/main/java/com/google/appengine/api/datastore/Text_CustomFieldSerializer.java
to
do it.

Best

On Thu, Feb 3, 2011 at 3:51 AM, satish <[email protected]> wrote:

> 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>



-- 
Guit: Elegant, beautiful, modular and *production ready* gwt applications.

http://code.google.com/p/guit/

-- 
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