Re: Google API:AuthSubRequest && Tapestry

2008-07-02 Thread Patrick Moore
you are redirecting to a page or a service. In that page or service look at the HttpResponse object On Fri, Jun 20, 2008 at 6:17 AM, IT.Adviser <[EMAIL PROTECTED]> wrote: > > I use next code: >public Object onSubmitFromTestForm() > { > String testLink; >

Re: Google API:AuthSubRequest && Tapestry

2008-06-20 Thread IT.Adviser
I use next code: public Object onSubmitFromTestForm() { String testLink; testLink = AuthSubUtil.getRequestUrl("http://localhost:8080/Test";, "http://www.google.com/calendar/feeds/";,

Google API:AuthSubRequest && Tapestry

2008-06-16 Thread IT.Adviser
I need to call http://code.google.com/apis/accounts/docs/AuthForWebApps.html#AuthSubRequest AuthSubRequest throught Tapestry. I has Java examples, that use this function. But I can't understand how change this code with Tapestry usage. -- View this message in context: http://www.nabble.com/Goo