And then there is:

<script type="text/javascript"
src="http://java.com/js/deployJava.js";></script>
<script type="text/javascript">
// See
http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html
deployJava.setInstallerType('kernel');
deployJava.runApplet({code:'path/YourClass.class',archive:'../jars/YourJar.jar',width:100,height:100},{legacy_lifecycle:"true"},'1.4');
</script>

That is all you need to know to get your applet running.

Regards

Bernard

On Wed, 9 Dec 2009 21:53:51 +0600, you wrote:

>I need to know how to set-up a simple hello world applet to Wicket , i have
>almost browsed the entire web, and clueless of how to find it .. can some
>one please help me out... or point me to a relevant site ..


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to