I have a com.google.appengine.api.datastore.Text object stored in the
datastore, when examined through the datastore viewer, it reads as it
should e.g. 'this is a test'


I retrieve it with a


public Text getData() {
return data;
}


then write it out with getWriter, however I'm getting <Text: this is a
test> instead of just 'this is a test'


Sure I'm doing something daft! I'm rather new to java.


Thanks in advance. 

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

Reply via email to