Hi,
I am trying to get user information in my GWT application while trying
to host it on the appspot. In my RPC service impl class I invoke the
following:
UserService userService = UserServiceFactory.getUserService();
User user = userService.getCurrentUser();
I plan to store the value of the user in the datastore, but the value
is always "null". Could someone please let me know if I am missing
something?
Thank you,
Pavi
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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-web-toolkit?hl=en.