Jsp include page problem

Jsp include page problem

I have included footer.jsp in all my pages. It is working in all pages except search.jsp. In search.jsp (Old footer.jsp content is displayed ) How can I rectify this?

View Answers

October 20, 2010 at 3:24 PM

Hi,

You have to delete the cache files in your server's work folder.

If you are using tomcat, then you will find it in apache-tomcat-5.5.30\work\Catalina

Delete the content of Catalina folder and restart your Tomcat server.

Thanks


October 20, 2010 at 4:26 PM

Thanks. But what should we do for JBoss server?









Related Tutorials/Questions & Answers:
Jsp include page problem
Jsp include page problem  I have included footer.jsp in all my pages. It is working in all pages except search.jsp. In search.jsp (Old footer.jsp content is displayed ) How can I rectify this?   Hi, You have to delete
jsp:include page=.. and include file = ...
jsp:include page=.. and include file = ...   What is the difference between <jsp:include page = ... > and <%@ include file = ... >?.   <jsp:include page = ... >: This is like a function call from
Advertisements
jsp reload current page problem
jsp reload current page problem  Hi, i am facing problem while reloading the JSP page
jsp reload current page problem
jsp reload current page problem  Hi, i am facing problem while reloading the JSP page
The Include Directive in JSP Page
The Include Directive in JSP Page   ...:include page="relativeURL" />  or <jsp:include page... to the JSP page of your application, is <jsp:include page="relativeURL"
How To Include Two Jsp page in another jsp page?
How To Include Two Jsp page in another jsp page?  I use following code to Include Two Jsp Page Header and footer <%@include file="header.jsp... the following links: http://www.roseindia.net/jsp/jsp-include-file.shtml http
Include Static HTML Page in JSP
Include Static HTML Page in JSP   ... html page in jsp. In JSP, there are two ways to include another web resource. 1. include directive and  2. jsp:include element.ADS_TO_REPLACE_1 Using
Include static files within a JSP page
Include static files within a JSP page  How do I include static files within a JSP page?   Static resources should always be included using the JSP include directive. This way, the inclusion is performed just once
problem of static in jsp page by multiple user access
problem of static in jsp page by multiple user access  hi , i am continuing my online exam project,but i have a Singleton class which i am invoking from my jsp page , ths page can access by more number of users .every user
include a delete option in every row of table in a JSP page
include a delete option in every row of table in a JSP page  I have the following code of a JSP page........... <blockquote> <p>&lt;%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> &lt
difference between <%@ include ...> and <jsp:include>
difference between <%@ include ...> and   What is the difference between <%@ include ...> (directive include) and <jsp:include>
JSP include directive tag
to include the content of other resource into the current JSP page. ThanksADS... is used to include the content of other resource into the current JSP page...JSP include directive tag  What is include directive tag in JSP
JSP include
JSP include       A JSP page can include page fragments from other files to form the complete... being generated. For example the action:   <jsp:include page=" relative
JSP Include Param
;<h2>Login Information</h2></font> <jsp:include page... JSP Include Param          JSP Include Param is used to pass parameter
jsp include action tag
that is included in the JSP page. When the include action is finished, the JSP... Tag: ADS_TO_REPLACE_1 <jsp:include page="relativeURL" flush="{true|false}" /> <jsp:include page="index.jsp" flush="true" />
problem in sending more than 500 values to a jsp page
problem in sending more than 500 values to a jsp page  when i am trying to send more than 500 values from a html form to a jsp page browser is showing that server is not sending any data...I have configured tomcat5.5
include a jsp file
include a jsp file   Sir, I have 2 jsp pages. I want to include second jsp in the first jsp page when a button in the first jsp is clicked. how can I do this. I tried in sevaral ways . I am using jsp and javascript... anyone
Dynamic include jsp
Dynamic include jsp  I need dynamic include jsp page with an example
JSP include directive tag
JSP include directive tag  What is include directive tag in JSP
JSP Include File
will learn how to include a html file in the jsp page. You can see in the given... in the include.jsp. Here we have include html file 'include File.html in the jsp page... JSP Include File   
JSP Include jsp
jsp page displays the value of the parameter. The includededJsp.jsp include...; <h2>Includes Jsp Page</h2> <jsp:include page... JSP Include jsp   
jsp using include & with mysql
jsp using include & with mysql  Sir, I am creating a login application using jsp & Mysql. The Codes are--- Html File...... <...; Jsp file....... <%@ page import="java.sql.*" %> <% String
Problem in jsp.
Problem in jsp.  hello friends, I have a problem in jsp.I want to insert data, which is given by user through a html page into a table.And the table..." action="http://localhost:8080/examples/jsp/insertdata.jsp"> <table> <
Problem in jsp.
Problem in jsp.  hello friends, I have a problem in jsp.I want to insert data, which is given by user through a html page into a table.And the table..." action="http://localhost:8080/examples/jsp/insertdata.jsp"> <table> <
Problem in jsp.
Problem in jsp.  hello friends, I have a problem in jsp.I want to insert data, which is given by user through a html page into a table.And the table..." action="http://localhost:8080/examples/jsp/insertdata.jsp"> <table> <
jsp problem
jsp problem  Hello Friends, I want to show one page for 5 seconds and after that i want to redirect the page to another URL
jsp:include action tag
or html page in the current jsp. Syntax: <jsp:include page = relative URL"... to be included.ADS_TO_REPLACE_1 <jsp:include page="Welcome.jsp" flush... attributes:  The page attributes of jsp include specifies that the relative path
jsp problem
jsp problem  problem:::::::: On JSP form ,when i insert data in text... Ajax for this purpose. 1)ajax.jsp: <%@page import="java.sql.*"%> <...)getdata.jsp: <%@ page import="java.sql.*" %> <% String name
JSP Problem - JSP-Servlet
JSP Problem  Hi, I have problem,this is my senario I have one jsp,this jsp having the 3 fields.let me take 3fields userName,emailAddress... Insert User Information page
Jsp problem
Jsp problem  Hello friends.I want to share my jsp problem.I want to show all of my database(mysql) tables except two(user,manufacturer) in a jsp page.plssss help me
jsp problem
jsp problem  Hi every one plz give me answer for below question ASAP I created one JSP(used pre defined javascript in jsp to get rtf format in browser) which creats RTF Format in browser to enter data. MY question is after i
Passing Parameter with <jsp: include>
from include--> <jsp:include page="AccessincludedParameter.jsp"...; action tag. This action tag has one attribute page which is used to include a file in a jsp page. While using <jsp:param> we are adding
jsp problem - JSP-Servlet
jsp problem  here is a code for Retrieving image from mysql database through jsp. but i cann't set size of image when it was display so what should... working but my problem is size of image. so can u just help?? code
jsp problem - JSP-Servlet
jsp problem  here is a code for Retrieving image from mysql database through jsp. but i cann't set size of image when it was display so what should... working but my problem is size of image. so can u just help?? code
flush attribute in jsp:include tag - JSP-Servlet
flush attribute in jsp:include tag  what is the use of flush attribute in jsp:include tag ?  hi friend, ------------------------------ Read for more information, http://www.roseindia.net/jsp
jsp code problem - JSP-Servlet
jsp code problem  Hi, I have employee details form in jsp. After... have a problem with open the next form. plz, help me. thanks,  Hi friend, Please give me detail and send me error code page. Please
Session Problem in JSP - JSP-Servlet
Session Problem in JSP  I have developed a online feedback form in JSP platform. I have created normal session in JSP page. It is running in my... normally from Remote machine by only writing JSP code.  Hi friend
Include directive vs Include Action
;) includes file into the JSP page at compile time. Include directive should be used if the included code is in the same page. Include Action: Includes action (<jsp:include>) includes the output at runtime. Include action (runtime
The "include" directive of JSP
application.Contents of the include file is added to the calling JSP page... will discuss about "include" directive of JSP with an example. The include... the compilation of the JSP page and executes later. ? Creates the contents
jsp problem - JSP-Servlet
jsp problem  hi, i am working on a project of developing a shopping cart for online book store.can it be done using jsp?if yes, can u please help me doing so?  Hi Friend, Please visit the following link: http
problem in jsp programming - JSP-Servlet
problem in jsp programming  Write a JSP program which displays a webpage containing arrival of new items within a particular month in the different... in solving the problem : Connection with mysql database
problem in programming - JSP-Servlet
problem in programming  Hi! I am new with jsp. I am facing a problem in programming to calculate the time interval between login time and logout time of user
how to include a java class in jsp - JSP-Servlet
how to include a java class in jsp  hello sir, this is my first... to use those variables in my jsp for further process... ?? is it possible...://www.roseindia.net/jsp/ Thanks
jsp image problem - JSP-Servlet
jsp image problem  hi everyone, How to display multiple images from mysql database to jsp page. please help me
logout problem.. - JSP-Servlet
is called through a hyperlink which is displayed over every jsp page or u can say view...logout problem..  hi... first of all thanks for ur... but their is some problem with the the logout,i m not able to logout when
PROBLEM IN ACCESSING JSTL - JSP-Servlet
PROBLEM IN ACCESSING JSTL   hii i m vikram ... i am using jsp application with tomcat 4.1 .and i want to use JSTL in my jsp page ...so how can i use JSTL in my page .. and i install jakaerta-taglibs-standard-1.1.2 in directory
Creating dynamic jsp file in java file to include another jsp file
..... Need to include jsp file in the same content. The below code doesn't help me " jsp:include page="pageValue" " Please help. Thanks In Adv.  ...Creating dynamic jsp file in java file to include another jsp file  I
Pass value of rasio button from jsp page to action class(not conventional problem)
Pass value of rasio button from jsp page to action class(not conventional problem)  Hi, I have a jsp page that has code which goes ike this: <table border="1"> <tbody> <s:iterator value
Jsp Code Problem - JSP-Servlet
Jsp Code Problem  I use DocType in my Jsp Page. The Links are not functioned after Applying the DocType. Could you tell me any way to activate the link. Thank You.   Hi Friend, Please send your code. Thanks
JSP code problem - JSP-Servlet
JSP code problem  HI.. I have a DB2 stored procedure wich return a result set. I have made a report basing on this procedure using Crystal Reports. How to pass parameters to this procedure with java code in a JSP page

Ads