I find that the codebase attribute in the object tag simply won't work for tiles. Unless the source of the <object> tag is at the base of the directories in which the applet is placed, IE won't find the applet. Is this what other people find? Do you know a solution? The following will work with an html page put into [site]/WEB-INF/classes/ but not in tiles, where the nav portion of the page is in [site]/WEB-INF/jsp/layout/default/nav/nav_welcome.jsp:


<OBJECT
classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width="150"
height="20"
align="center"
codebase="http://java.sun.com/products/plugin/1.4/jinstall-14-win32.cab#Version=1,4,0,mn";>
<PARAM name="code" value="com.michaelmcgrady.applets.small_calendar.Calendar.class">
<PARAM name="codebase" value="c://client/webapps/ROOT/WEB-INF/classes">
<PARAM name="type" value="application/x-java-applet;jpi-version=1.4">
<PARAM name="scriptable" value="true">
<PARAM name='text' value='calendar'>
<PARAM background='dark'>
<COMMENT>
<EMBED
type="application/x-java-applet;jpi-version=1.4" width="200"
height="200"
align="baseline"
code="com.michaelmcgrady.applets.small_calendar.Calendar.class"
codebase="c://client/webapps/ROOT/WEB-INF/classes"
pluginspage="http://java.sun.com/products/plugin/1.4/plugin-install.html";>
<NOEMBED>
</COMMENT>
No Java 2 SDK, Standard Edition v 1.4 support for APPLET!!
</NOEMBED>
</EMBED>
</OBJECT>




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



Reply via email to