Re: WebSphere 3.0 can't do ???

2000-01-25 Thread Godfrey Peter
Websphere 3.0 supports both JSP1.0 and JSP0.91. However it defaults to JSP 0.91 you need to alter which pagecompile servlet it uses in order to switch to JSP1.0. In order to include one JSP within another use: <%@ include file="relative url"%>

Re: WebSphere 3.0 can't do ???

2000-01-25 Thread Godfrey Peter
Websphere 3.0 supports both JSP1.0 and JSP0.91. However it defaults to JSP 0.91 you need to alter which pagecompile servlet it uses in order to switch to JSP1.0. In order to include one JSP within another use: <%@ include file="relative url"%>