HI Everybody !!!!!
I want to run an applet in a jsp page.
actually the height & width of applet is showing but the content of the applet is not showing. How i will fix up this problem? please help.
Thanks,
Avijit Chakraborty
Printable View
HI Everybody !!!!!
I want to run an applet in a jsp page.
actually the height & width of applet is showing but the content of the applet is not showing. How i will fix up this problem? please help.
Thanks,
Avijit Chakraborty
JSP is most likely not directly related to the problem - it is server side, applet is client side. Give us some context if you want more specific advice - for example an sscce, the html code of the page, a stack trace, etc...
As copeg said, this is probably a problem with your html, not your jsp (although it could be that your jsp is outputting the wrong html).
Get your applet working in straight html, then compare that to what your jsp is doing.
This thread has been cross posted here:http://www.java-forums.org/java-applets/50309-how-run-applet-jsp-page.html
Although cross posting is allowed, for everyone's benefit, please read: