Hi, Check http://code.google.com/appengine/docs/java/datastore/entities.html#Properties_and_Value_Types
The type you want to use is probably : com.google.appengine.api.datastore.Text (i.e with api.datatstore, in the name) and not com.google.appengine.Text as you say regards didier On Jan 7, 8:52 am, kidowell <crui...@gmail.com> wrote: > Hey I'm stuck at something, I just wanted to use the > com.google.appengine.Text, so I can store an any sized String into the > Datastore. > > But when compiling I receive this error: The import com.google.appengine > cannot be resolved. > > I read in another forum a workaround when using com.google.appengine.Key. > But they provided the code for the class Key, something I do not have for > Text. > > I need some help. Thank you in advanced. > > -- > Kido. -- 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 google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.