Re: Text property on app engine and TextArea on the client side [GWT]

2011-02-12 Thread satish
I used String after I discovered that String limitation of 500 chars applied only for app engine datastore properties. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Text property on app engine and TextArea on the client side [GWT]

2011-02-02 Thread satish
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

Re: Text property on app engine and TextArea on the client side [GWT]

2011-02-02 Thread Gal Dolber
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,