----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Is the hidden field at the end of the page? It sounds as though your NT box
is delaying its creation of the hidden field. What processing is occurring
before the hidden field is assigned a value?
-----Original Message-----
From: Brett Knights [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 30, 2000 4:45 PM
To: 'Java Apache Users'
Subject: Servlet works on Win98 but usually not on NT
----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hi,
I have a servlet that processes a form submission.
It has been working fine on an Win98 box under jdk 1.3, jserv 1.1 and apache
1.3.12
I moved the app to an NT 4 box. It is also configured with apache 1.3.12 and
has jserv 1.1.2-2. I have tried both jre 1.2 and jre 1.3.
What happens is this.
The servlet creates a page on the fly via an xslt transformation.
The page has a form with a hidden field named "Form_flowId".
I can always view source and see this field has a valid value.
In my doPost method I call:
String flowId = req.getParameter("Form_flowId");
if (flowId == null){
returnErrs(req, res, taskListURL, "Returned data is
missing flow id.");
return;
}
When I moved this to NT it fails at least 80% of the time (i.e. flowId is
null).
It works most often if I leave the page sitting for a couple of minutes when
it comes up before submitting it.
Ideas? Questions? Suggestions?
TIA
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Brett Knights Tanner Research, Inc.
MIS Analyst 2650 E. Foothill Blvd.
[EMAIL PROTECTED] Pasadena, CA 91107
voice 626-432-5767 fax 626-792-0300
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]