Enter Keywords:
1 - 10 of 23(0.004 seconds)
Sort By:
 
I have a problem.  I'm buidling a servlet that takes information from a HTML page, parses it, and passes it to a database.  I've got a functional prototype, but I'm trying to add checkboxes. The...
Zones: JavaDate Answered: 05/02/2003 Rating: 8.2 Views: 0
Hello I Have a HttpServletRequest and I want to read the incoming http request without dealing with the http headache myself, i.e. reading the content-length header and deciding how many bytes ...
Zones: Application ServersDate Answered: 07/21/2003 Rating: 6.8 Views: 0
Hi everyone, I have an interface build in JSP where there is a list from where the user selects a project. After having chosen the project, the user clicks on "go" button. This action call...
Zones: JavaDate Answered: 11/24/2002 Rating: 9.4 Views: 0
This question is regarding " Servlets" and maupilation of the "HttpservletRequest request".Is there any way I can manupilate the request parameter to suit my needs // Since the "request " param...
Zones: JSPDate Answered: 01/25/2005 Rating: 7.2 Views: 0
Hi, I downloaded and installed Apache Tomcat 5.5.15. The version of servlet-api.jar that I found in apache-tomcat-5.5.15\common\lib does not have the method 'getContextPath()' in the class HttpSe...
Zones: Java, Servlets, New To JavaDate Answered: 01/27/2006 Rating: 7.4 Views: 0
I have many java servlets that create a html link using the a form like http://mydomain.com?value1=answer1&value2=answer2&value3=answer3 To be proper html for the validator this should look l...
Zones: Java, Servlets, New To JavaDate Answered: 03/30/2006 Rating: 6.2 Views: 0
I see from the doc on HttpServletRequest that it's an interface.  I need to know how to create an implementing object, call getParameter(), and return a String to the calling code.  The Java doc is...
Zones: Servlets, New To JavaDate Answered: 10/31/2008 Rating: 8.4 Views: 0
Hi all, I'm running in to a problem and I'm not sure if it can can be done: This is the case: I have a jsp-webapplications which uses the Maverick framework  for MVC implementation. In the...
Zones: JSPDate Answered: 05/28/2003 Rating: 7.6 Views: 127
We have designed a web based system which uses the IP address of the machine to identify the machine for security. Not clever I know, but this was decided long back..... The system works, so tha...
Zones: JavaDate Answered: 02/01/2004 Rating: 7.0 Views: 0
Hello, I have form with this code: <form name="form" action="upload" method="post" enctype="multipart/form-data" onsubmit="return validate();">                     <!--  <input type="hidden" n...
Zones: Java, ServletsDate Answered: 04/15/2005 Rating: 7.8 Views: 5