Re: T5 communication with applet

2008-10-14 Thread Argo Vilberg
Applet declaration: classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="400" height="80" codebase=" http://java.sun.com/products/plugin/autodl/jinstall-1_4_0-win.cab#Version=1,4,2,0";> http://java.sun.com/products/plugin/index.html#download"; java_code="SignApplet.class" java_archive="Si

Re: T5 communication with applet

2008-10-14 Thread wesley
hi there, any super simple short samples? thanks wesley Argo Vilberg wrote: > > I use java applet that calls javascript method and after that javascript > calls tapestry actions. > > Argo > > > 2008/10/14, wesley <[EMAIL PROTECTED]>: >> >> >> hi all, >> >> is it possible that T5 page's rec

Re: T5 communication with applet

2008-10-14 Thread Argo Vilberg
I use java applet that calls javascript method and after that javascript calls tapestry actions. Argo 2008/10/14, wesley <[EMAIL PROTECTED]>: > > > hi all, > > is it possible that T5 page's receive event from applet, eg. a click of a > button in applet will send an event to T5's page method. and