• 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:

WebSphere JSP

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am working on websphere 3.5 Ibm http server on nt -------- jsp1.0

i am not getting result when using <jsp:include>

when i use
<jsp:include page="http://localhost/search/bin/productSearch.jsp?q=<%=q%>" flush="false" />
i get error invalide include tag

when i use
<jsp:include page="http://localhost/search/bin/productSearch.jsp?q=<%=q%>" flush="true" />
no error is displayed,
Page before this line is displayed and then it is blank with no error
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic