You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by venkat <ve...@gmail.com> on 2012/11/23 09:12:55 UTC

Display applet in wicket modal window

Hi,

I have to show an applet which takes parameters, in side wiket modal winodw.
Have created a modal winode and put a panel as content. Inside panel have an
applet tag. which is point to mu application web_inf folder. My panel class
and applet resides in same package. 

However , when I invoke modal window, applet did not get displayed, it is
not able to invoke applet. There is not any error for class not found as
well. 

This is my panel markup , plesae provide me an example code with applet in
side wicket component.

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
xmlns:wicket="http://wicket.apache.org/">
<body>
<wicket:panel>
<applet code="MyApplet.class"
codebase="C:/bea/user_projects/domains/base_domain/autodeploy/" archive=""
wicket:id="appletId"
width="100%" height="100%"> 
    
</applet>

/wicket:panel>
</body>
</html>

Thanks



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Display-applet-in-wicket-modal-window-tp4654109.html
Sent from the Users forum mailing list archive at Nabble.com.

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