Hi,

I'm sending a parameter from a frame(not from an
applet, but the method almost the same) to a servlet
in the different webserver.
It seems find while sending one parameter, but
problems occur while I'm sending a few parameters:

NewReceiver: init
Error : null
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:380)
at NewReceiver.doRemoteFile(NewReceiver.java:52)
at NewReceiver.doPost(NewReceiver.java:25)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at
com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:155)
at
com.sun.web.core.InvokerServlet.service(InvokerServlet.java:168)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at
com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:155)
at
com.sun.web.core.Context.handleRequest(Context.java:414)
at
com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java:139)

The source code of the sender and receiver are attach:

Please help, Thank you.

Regards,
Mei Ling




__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/

___________________________________________________________________________
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