[google-appengine] cant login with google

2013-05-17 Thread Newbee
Its not exactly a GAE question but still hope you all will help me. I am trying to login with google+ from one of my web app but i am getting the following error : Error:origin_mismatch Heres the code.I have done and copy pasted whatever was given on their website. !-- Place this

[google-appengine] Help me out with this Text

2013-04-14 Thread Newbee
Suppose i have a Text type data, say, abcd mnop xyz and i want to extract everything except mnop how can i do that.What i tried is Text completeText = new Text(abcd mnop xyz); Text deleteText = new Text(mnop); int indexDelete =

[google-appengine] Re: Text

2013-04-13 Thread Newbee
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

[google-appengine] Re: Text

2013-04-13 Thread Newbee
I still have one question.If i want to split a Text how can i do that because it is saying The method split() is undefined for the type Text. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving

[google-appengine] Text

2013-04-10 Thread Newbee
How to concatenate Text in GAE -- 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 google-appengine+unsubscr...@googlegroups.com. To post to this group, send

[google-appengine] New to GAE

2013-04-08 Thread Newbee
How long can a String be?Can i store a really big para into it.If not then is there any other solution? -- 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