Re: jsp:plugin



Hi Erwin
I eliminated the lines and still the problem. The other typos are not in the
source. Looking at the generated html source I think it is a typo in that;
there is a space between the tag and the rest.

codebase="."
archive =" applets.jar"
code =" applets.client.myApplet.class"

Upon close scrutiny there is a space in the ClassNotFoundException reporting
in the Java Console.

------------------------------------------------
load: class applets.client.myApplet.class
not found. java.lang.ClassNotFoundException: applets.client.myApplet.class
at
...............................................................................
.......^
sun.applet.AppletClassLoader.findClass(Unknown Source)

I cant believe it. I am sure no else is reporting the same, but it is there
in two places, the generated source and the Console reporting. How do I
close up that space? I am using NetBeans 5RC2 & Tomcat 5.5.12. In this case,
I hate being unique, grin. All comments greatly appreciated.

Erwin Moller wrote:
>> Hello
>> Sorry for reposting, hope it is not a transgression, however I really am
>[quoted text clipped - 20 lines]
>> <%@ 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>
>[quoted text clipped - 10 lines]
>> <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

--
Message posted via http://www.javakb.com
.