Results 1 to 2 of 2
- 02-16-2011, 11:25 PM #1
JSP/Tomcat problem please help :?
Hi I am using tomcat 5 and intellijidea for coding...
My Code
When I am changing the title and run it on firefox i doesnot change :confused:Java Code:<%-- Created by IntelliJ IDEA. User: Administrator Date: Feb 20, 2011 Time: 5:15:31 AM To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@page import="com.vgbtube.db.login.my.*" %> <html> <head> <title>Form Example</title> </head> <body> <form action="example.jsp" method="post" name="myform"> Name:<input name="txtName" size="20" type="text"> <input type="submit" name="submit" value="Submit"> <% form1 Form = new form1(); Form.setName("wewerrBasit"); out.print(Form.getName()); String v,a; a = request.getParameter("txtName"); v = request.getParameter("action"); out.print(v); out.print(a); %> </form> </body> </html>
just likei changed itJava Code:<title>Form Example</title>
but when i run it shows the Title Form Example what should i do ?Java Code:<title>Form Changed Example</title>
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
- 02-17-2011, 12:16 AM #2
Similar Threads
-
Tomcat autoDeploy problem
By SiliconWolf in forum JavaServer Pages (JSP) and JSTLReplies: 5Last Post: 09-09-2010, 11:28 AM -
tomcat problem.....
By munish in forum NetBeansReplies: 2Last Post: 09-03-2009, 11:49 AM -
Tomcat Problem
By sanjeevtarar in forum Java ServletReplies: 3Last Post: 04-16-2008, 11:53 AM -
tomcat problem
By osval in forum New To JavaReplies: 2Last Post: 07-29-2007, 08:13 PM -
Tomcat problem
By Peter in forum Advanced JavaReplies: 2Last Post: 06-29-2007, 10:43 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks