> Problem adding an applet to wicket still remains the same.. can some 1
> help

1) Be aware that applets are not loaded from WEB-INF/classes, but it seems you 
know this.
2) The class attribute value should not end in .class since that can make some 
browsers try to load HelloWorld.class.class instead.
3) Remember to add the class' package as a folder structure under webapp and 
use that package when naming the class in the applet element. 

- Tor Iver

Reply via email to