Re: jsp:plugin



C P via JavaKB.com wrote:

> Hello
> Sorry for reposting, hope it is not a transgression, however I really am
> nonplused on this. I just cant get jsp:plugin to work at all in any way I
> read that it should. I will not repost again. Thanks for any help or
> insight.
>
> ello
> I am having difficulty with the jsp lugin. I have a working applet,
> however when I try to load it with a jsp as below it fails. Even though
> the browser has the 1.4.2_10 plugin for NS and even the 1.5.0_06 pluginnot
> matter what I put in for the jreversion, it keeps asking for the plugin.
> Even when I dn again the jre/plugin it fails. The generated html is below.
> Can someone inform me how to use the jsp lugin to work correctly? tia.
>
> <%@ page errorPage="showParams_error.jsp" %>
> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
> <%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
> <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
> <%@ taglib uri="http://java.sun.com/jstl/fmt"; prefix="fmt" %>
> <%@ taglib uri="http://java.sun.com/jstl/sql"; prefix="sql" %>
> <%@ taglib uri="http://java.sun.com/jstl/xml"; prefix="x" %>

They all exist, right?
You DID check it???

> <html>
> <head>
> <title>
> showParams
> </title>
> </head>
> <body bgcolor="#ffffff">
> <h1>
> JBuilder Generated JSP
> </h1>
> Here we attempt to use jsp lugin to load the plugin and parameterize the
> applet
> <br/>
> <jsp lugin type="applet" code="jscript01.showParams.class"

lugin instead of plugin?

> archive="jscript01.
>
> jar"
>
> codebase="." jreversion="1.5.0_06">
> <jsp arams>

arams instead of Params?

> <jsp aram name="card" value=""/>

Again aram instead of param.

I am not sure what goes wrong, but first fixing these typos looks like a
good start to me.

Regards,
Erwin Moller
.



Relevant Pages

  • jsp:plugin
    ... Sorry for reposting, hope it is not a transgression, however I really am ... I am having difficulty with the jsp lugin. ... it keeps asking for the plugin. ... The generated html is below. ...
    (comp.lang.java.help)
  • jsp:plugin woes
    ... I am having difficulty with the jsp lugin. ... I have a working applet, ... it keeps asking for the plugin. ... Here we attempt to use jsp lugin to load the plugin and parameterize the ...
    (comp.lang.java.help)