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;
>
I use next code:
public Object onSubmitFromTestForm()
{
String testLink;
testLink =
AuthSubUtil.getRequestUrl("http://localhost:8080/Test";,
"http://www.google.com/calendar/feeds/";,
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