wicket applet issue

2007-12-05 Thread zandile
this message in context: http://www.nabble.com/wicket-applet-issue-tf4950236.html#a14173518 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: wicket applet issue

2007-12-05 Thread zandile
about looking for classes? Help appreciated.. -- View this message in context: http://www.nabble.com/wicket-applet-issue-tf4950236.html#a14176577 Sent from the Wicket - User mailing list archive at Nabble.com

Re: wicket applet issue

2007-12-05 Thread JulianS
; lt;/COMMENTgt; lt;/OBJECTgt; Make sure that mydependent.jar files are in the root of your WAR, that is next to and not inside the WEB-INF folder, and NOT inside a lib directory. Julian -- View this message in context: http://www.nabble.com/wicket-applet-issue-tf4950236.html#a14179435

Re: wicket applet issue

2007-12-05 Thread Jonas
It's not wicket that is looking for classes, it's your browser's java plugin. If you use the archive attribute like you do, the jars are searched in the same 'directory' as the page is where the applet tag is defined. e.g. www.example.com/foo/bar/appletpage.html contains your code, your java