Tapestry doesn't manage your applet's lifecycle - the browser does. Have
you checked if start()/stop() are being called on subsequent requests
instead of init()?
Jamie Counihan skrev:
Hi there,
I'm having a few problems with creating a component that contains an
applet in tapestry 4.1.2.
I
Hi there,
I'm having a few problems with creating a component that contains an
applet in tapestry 4.1.2.
I wanted my applet to play a simple mp3 file. The applet loaded on the
first 2 attempts but did not load on subsequent requests.
I then created a simple applet that did nothing to see how