Ok....For the life of me I can not figure out where to put my Applet jar...
Can anyone help?
Here is my JSP
|
| <%@ page language="java"
extends="org.jboss.portal.core.servlet.jsp.PortalJsp" %>
| <%@ taglib
uri="http://java.sun.com/portlet" prefix="portlet"
%>
| <%@ taglib uri="/WEB-INF/portal-lib.tld" prefix="n" %>
|
| <APPLET CODE="Applet.class" CODEBASE="request.getContextPath()"
WIDTH="800" HEIGHT="632">
| </APPLET>
|
|
I have my Applet jar at the root of my WAR file...
The JSP is a few folders deep...
THanks
Indy
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003897#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...