Hi all,

In T5, from an Ajax request, is it possible to redirect to a different page?

What I'm trying to do is something like below:

Object onSomeAjaxRequest(){

 if(some condition){
  exit xhttp and jump to a different page
 }
 else{
  return xhttp response to same page
 }

}

But this doesn't seem to work.

Thanks for any pointers,
Andrew
-- 
View this message in context: 
http://www.nabble.com/Return-page-from-ajax-request-tp16927742p16927742.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to