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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20603899.html
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 ...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Q_20659214.ht...
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20339520.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21287673.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21712331.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21794610.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Servlets/Q_23845632.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20624529.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20841098.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21390618.html
Zones:
Java,
ServletsDate Answered: 04/15/2005 Rating: 7.8 Views: 5