multiple forms and one servlet

From: Yasaswi Pulavarti (yasaswi_at_encfor.com)
Date: 10/29/04


Date: 29 Oct 2004 14:23:02 -0700

I have one servlet which has multiple forms. The action element of the
forms is pointing on one servlet. I want to process the different form
requests as different reponses in the same servlet. How can I do that
based on the form "Name" attribute.
Thanks,
Yasaswi



Relevant Pages

  • Re: Thread safety in Tomcat
    ... >> requests). ... > Tomcat to create a new instance of the servlet when the requests collide. ... SingleThreadModel doesn't magically make ... shared state into non-shared state. ...
    (comp.lang.java.programmer)
  • Re: high through put system
    ... We have a Servlet application that has to process 10K requests per ... You need to be more specific about what is not scaling up and how the throughput is measured. ... It makes no sense to look at CPU or memory utilization if your bottleneck is I/O. ...
    (comp.databases.oracle.server)
  • Re: how to send a stream to servlet doPost
    ... It's two different system, One is java application,other is ... use java send a stringto servlet, ... to servlet, servlet sending responses to java application), or are you ... If your case is option 1)java application sending requests to servlet, ...
    (comp.lang.java.programmer)
  • Re: Web Application Design Patterns
    ... all I'm trying to figure out a general design for a web application ... where a Servlet handles all the requests that have to do with either ... Some actions that can be performed to it depending on the context ... So for example the Servlet should be responsible for, ...
    (comp.lang.java.programmer)
  • Re: applet as servlet BACK end
    ... Requests are sent as serialized objects ... >> down the stream connecting the applet to the servlet. ... shutdown Tomcat because I couldn't get the RMI registry thread to end. ...
    (comp.lang.java.programmer)