Hi,
I'm trying to use the <jsp:plugin> tag in my jps pages, but I get the
following parsing error.
500 Internal Server Error
Error parsing JSP page /content/TradeEntry.jsp
Syntax error in source
__jspPage0.java:65: Undefined variable or class name: __coreOut
if(_tempString != null &&
_tempString.indexOf("MSIE") >= 0) __coreOut.write(__iePlugin1);
^
__jspPage0.java:66: Undefined variable or class name: __coreOut
else __coreOut.write(__nsPlugin1);
^
2 errors
This is how I use the plugin tag in the page that fails to parse:
<jsp:plugin
type="applet"
code="com.decalog.applets.TradeEntryApplet.class"
codebase="/idee/classes"
archive="/idee/classes/IDEE.jar"
jreversion="1.2"
width="100%" height="400"
hspace="1" vspace="1" >
<jsp:params>
<jsp:param name="user.name" value="<%=login.getUsername()%>"
/>
</jsp:params>
<jsp:fallback>
Plugin tag OBJECT or EMBED not supported by browser.
</jsp:fallback>
</jsp:plugin>
This works with Tomcat 3.0.
Any help is welcome,
Philippe.
Philippe Renon
d�calog - 5, rue Bachaumont - 75002 PARIS
Voice : +33 (0) 1 40 28 44 64
Fax : +33 (0) 1 40 28 24 54
E-mail : mailto:[EMAIL PROTECTED]