Hi !
After a simple call to the database using sql.jsp file in the Shopping Cart.jsp file, how do I display the message retrieved from the database on the ShoppingCart.jsp page itself instead of displaying it on a new window.
The ShoppingCart.jsp file code as under:
<tr>
<form...
Looking for some kind help on this ! i am in puting Fluffy in the text field created in thw shopping cart.And the output resultis giving me: Fluffy Fluffy
Am I making some big mistake or is it sql query spaces ! Please help !
<html>
<body>
<%...
kindly help I am making some fundamnetal querying error below !
Thanks!
Ihave just created a text field, taking user input there and querying the database in the pet table.
String nam = request.getParameter("tex");
rs = statement.executeQuery("select *" + "from...
I am new to applets.If I can get some help on missing environment I would be greatfull.
After going through the documents relating applets on SUN web site.I downloaded HelloWorld.java file in the JDK/bin directory.
import java.applet.Applet;
import java.awt.Graphics;
public class HelloWorld...
Hi ,
I am new to JSP. I have set up Apache Tomcat/4.1.12-LE-jdk14.I have downloaded Hello.html amd Hello.jsp in the ROOT directory. I can view the HTML file but when i type in Hello.htm but on the JSP file I get this error when Itype in Hello.jsp .
Kindly help me...
Kindly help compiling a jsp pafe with this error.Looks like a simple error with an extra back slash but I am unable to find the cause.
2002-12-22 09:02:27 Error compiling file: E:\Apache Group\Tomcat 4.1\work\Standalone\localhost\_\cal\/cal1_jsp.java [javac] Compiling 1 source file
Kindly help
Hi,
I have writtena simple servlet as under.When i compile it in the bin directory it gives me a class file. I can view both the java and the class file in the ROOT/WEB-INF/class directory, but when i try and execute it by typing HelloServlet at the URL I get no output.
public class...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.