Im having trouble talking to my servlet from an applet...

My applet loads successfully in IE, but not netscape.

In the netscape console, I see the following messages:

java.lang.IllegalArgumentException: null argument
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.lang.RuntimeException.<init>(Compiled Code)
at java.lang.IllegalArgumentException.<init>(Compiled Code)
at Assert.notNull(Compiled Code)
at ImageButton.<init>(Compiled Code)
at ImageButton.<init>(Compiled Code)
at SimulationViewer.init(Compiled Code)
* at netscape.applet.DerivedAppletFrame$InitAppletEvent.dispatch(Compiled
Code)
at java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
at netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(Compiled
Code)

How do you read those messages ?
Any clues what might be happening ?

(I am assuming that the error is where the * is located...  is that correct
?)
I can submit my code if it would help


Thanks in advance for any help,

Andy Dingfelder

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to