• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jsp:include not working on iP6

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a JSP page(page1.jsp) that uses the jsp:include tag to include another JSP page(page2.jsp) in its body.
The problem I am facing is that when I access page1.jsp without initializing page2.jsp first, the JSP engine throws an error saying include call failed. Here's the corresponding entry in error log :-

However, when I access page2.jsp first and then access page1.jsp (in this case, page2.jsp has been initialized), the include call works fine.
I didn't have the same problem on iP4.1, but am now getting it after upgrading to iP6
Maybe there's some configuration that I need to do?
All help appreciated.
Thanx,
Mohammed.
 
Ranch Hand
Posts: 1873
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well,
i don't have a solution to ur question but i have question for u instead...
"were u able to use jsp:include in iP4.1?"
i am not able to use it. it simply doesn't allow jsp:include, jsp:forward etc which is standard JSP...
i also observed we have USEBEAN tag instead of jsp:useBean of JSP ...
i dont know if that has anything to do with Service Pack version...
thanks & sorry for the counter question
maulin
 
reply
    Bookmark Topic Watch Topic
  • New Topic