<%--------------------------------------------------------------------%> <%-- Header file that writes the path based on here the user is in --%> <%-- test. Also writes out the full path for the index.jsp page --%> <%--------------------------------------------------------------------%> InterOp Test5 <% if (request.getAttribute("position") != "Index") { %>

Interop Test5


<% } %> <% if (request.getAttribute("position") == "1") { %> Start.jsp... <%} else if (request.getAttribute("position") == "2") { %> Start.jsp ... Jpf1.jpf/begin.do -> /JpfNestable/begin.do -> Struts1.jsp... <%} else if (request.getAttribute("position") == "3") { %> Start.jsp ... Jpf1.jpf/begin.do -> /JpfNestable/begin.do -> Struts1.jsp... /global/Global/toStruts2 -> /gotoStrutsJSP2.do -> Struts2.jsp... <% } else { %> Start.jsp ... Jpf1.jpf/begin.do -> /JpfNestable/begin.do -> Struts1.jsp... /global/Global/toStruts2 -> /gotoStrutsJSP2.do -> Struts2.jsp... Jpf1.jpf/toDone.do -> Done.jsp <% } if (request.getAttribute("position") != "Index") { %>

<% } %>