Hi, I have simple page. Just <body> and few <div>'s After adding java applet to it I noticed that single request in browser causes tapestry to render this page 2 times. (at least beginRender method ist executed 2 times - and only one time when there is no applet on page).
Moreover, during the second pass my activation context variable has unexpected value. eg.: pass 1: ------- ACTIVATE: 36971 PAGE BEGINRENDER PASSIVATE: 36971 PASSIVATE: 36971 (good value) pass 2: ------- ACTIVATE: META-INF PAGE BEGINRENDER PASSIVATE: META-INF PASSIVATE: META-INF I don't know where META-INF comes from. What could be the problem? How should I embed java applets in tapestry page? thx for any help, Shymon -- View this message in context: http://www.nabble.com/Strange-java-applet-behavior-with-T5-tp25684505p25684505.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org