----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Here's something weird.
at www.gamerfinder.com I have a basic Search engine setup.
It's a HTML form run by a java 1.1.8 servlet, jserv 1.0, jsdk 2.0,
apache 1.3.9, against MySQL 3.22.29, connect with the JDBC driver
.org.gjt.mm.mysql.* on Solaris 7/Ultra 10.
When I run the servlet on my box (laptop) using Symantec Cafe Pro DB
Edition 3.0c, everything works fine.  But as soon as I upload the
DataSubmitter1.class file to the server and run it, the following
problem occurs:
the choice boxes (HTML form based), if I select more than one item from
each, and click submit, only the first selected item is saved.  Whereas
when I run it locally (and it's going over the Internet connecting to
the same DB with the same JDBC driver, the only real difference is OS,
and servlet engine), multiple selections submit to the DB just fine.
I'm downloading the jserv 1.1, but what's weird is this worked properly
a few months ago.  Has anyone else experienced this kind of problem? 
Any ideas?
Thanks,
-Hawke


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to