I have been using Javawebserver 1.1.3 for some time now and planning a
migration to
Server 2.0.  I have a .shtml page with the following servlets:

  <servlet code=Banner>
  <PARAM NAME=Type Value =Servlet>
  <PARAM NAME=Link Value=1>
  </servlet>

  <servlet code=Banner>
  <PARAM NAME=Type Value =Servlet>
  <PARAM NAME=Link Value=0>
  </servlet>

Previously the code behaved itself, the first instance got a
value 1 for parameter Link and the second instance got a value of
0.  (I used sLink=req.getParameter("Link"); in the servlet does method)

Under Server 2.0 both instances of the servlets get a value of 1.

has something changed  under webserver 2.0 ?

I used Java1.1.6 with jsdk 2.0 to generate the class files

Thanks in advance


Andy C




----------------------------------------------------------------------------
----------------------
The contents of this message are not approved or endorsed by
the University of Dundee or The Department of Applied Computing
----------------------------------------------------------------------------
----------------------------

___________________________________________________________________________
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