Hello,
We are trying to set an object as a parameter for a task.
It seems the only values you can pass are strings, as we always get
Eclipse complaining that the funciont param() does not handle non-
string objects.

What we are doing is the following:

                QueueFactory.getDefaultQueue().add(url("/url/to/servlet").param
("Key", data));

Where data is an object of type Test.

How can we pass this object to our task and retrieve it?

Thanks!

--

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


Reply via email to