You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by cuartz <ca...@gmail.com> on 2009/09/23 20:05:42 UTC

call javascript function from the server

can someone tell me how to call a javascript function from the pageDetached()
method????
-- 
View this message in context: http://www.nabble.com/call-javascript-function-from-the-server-tp25531233p25531233.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: call javascript function from the server

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
Em Wed, 23 Sep 2009 15:05:42 -0300, cuartz <ca...@gmail.com>  
escreveu:

> can someone tell me how to call a javascript function from the  
> pageDetached() method????

In HTTP, It's impossible to do any communication starting from the server  
to the client. Of course, you can use something like reverse AJAX.

-- 
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org