• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Unable to include html file in jsp page using WebSphere

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am not able to include a html page in my jsp page.
<%@ page language="java" %>
before include of a dynamic file
<jsp:include page="test1.jsp" flush="true"/>
before include of static file
<jsp:include page="helloworld.html" flush="true"/>
This peice of code works fine in tomcat.
Can anyone help me in this.
thanx in advance.
prasadh
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wonder what the problem is, try using the forward tag. Also try using the include directiove as opposed to the regular include.
I will e-mail you my code and you look at it.


[This message has been edited by meddie katongole (edited September 05, 2001).]
 
reply
    Bookmark Topic Watch Topic
  • New Topic