Oh thanks Vinny, i was actually trying 
Text t3 = t1.getValue()+t2.getValue(); and it was asking me to change the 
type of t3 to String.
Text t3 = new Text(t1.getValue()+t2.getValue()); worked for me.Just a 
stupid mistake.Thanks a lot.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to