getValue() returns the whole String. Calling String.toString() just returns this.
I strongly recommend you install JD (or some other decompiler) into eclipse so you can see what goes on inside Text. It's really quite simple. Jeff On Sat, Apr 16, 2011 at 3:08 PM, Thomas Riley <[email protected]> wrote: > I see, thanks. Only problem is, doesn't toString() only return 70 chars or > will .getValue().toString() return the whole 'string' in it's true form? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" 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-appengine-java?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
