I have an applet in a jsp page and logging code to see when it init(), start(), etc. but nothing seems to happen. It is not visible so I can't tell if it's loading or not. Here is my tags
<object name="printerApp"
codebase="tarrant.civil.applets.PrinterApplet"
width="0" height="0" mayscript="true">
<param name="selectedIds" value="">
</object>
<object name="printerApp"
codebase="tarrant.civil.applets.PrinterApplet"
width="0" height="0" mayscript="true">
<param name="selectedIds" value="">
</object>