I am seeing a very weird situation where my jsp:include is comepletely
ignored. I am including a servlet and the servlet never fires. I have
tried changing my <jsp:include /> to a <%@ include %> directive with no
luck.
I added a second servlet to the page as a <jsp:include /> and it worked!
I am getting nothing in the weblogic.log and I know for sure that the
servlet never runs. Its almost like the name of the servlet is
misspelled or something, but of course it is not. Has anyone seen this
before?
I'm running this inside WebLogic 4.5.0. The servlet code that WL generates for this :
{ /* include block for '/aimconpp.MoreProductDetails' */ //[Line: 67]
String __includePage = "/aimconpp.MoreProductDetails"; //[Line: 67]
pageContext.include(__includePage, out); //[Line: 67]
} /* end include block for '/aimconpp.MoreProductDetails' */ //[Line: 67]
Jay Baker
