Hi Everyone, 

I'm trying to load an applet in wicket.
The code looks like this

<applet code="uk.co.mmscomputing.application.imageviewer.MainApp.class"
archive="uk.co.mmscomputing.application.imageviewer.jar" width=100%
height=100% >
</applet>

If I paste this code in my index.html page which is not run by wicket, the
code runs properly,
however if I try to put it in a wicket page, the code does not run.

In the java console of firefox it says that it can't find the specified
file.

How do I embed an applet in my wicket page?
Thanks
-- 
View this message in context: 
http://www.nabble.com/Applet-Question-tf4531635.html#a12932157
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to