public class User {
@Id private Long id;
private String account;
private String password;
private String logged_in;
 private List<String> likes = new ArrayList<String>();
}

The strings show up in the datastore viewer but the list doesn't! Thx for 
any help

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/DttypWHYVxEJ.
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?hl=en.

Reply via email to