beehive/netui/test/webapps/drt/web/interOp/test5/Struts1/Struts1.jsp

18 lines
569 B
Plaintext

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%-----------------------------------------%>
<%-- Struts jsp page called from a Jpf1 --%>
<%-----------------------------------------%>
<html>
<% request.setAttribute("position", "2"); %>
<jsp:include page="../TestHeader.jsp"/>
<html:form action="/test5/gotoGlobal">
<center>
<html:submit>Goto Global</html:submit>
</center>
</html:form>
</body>
</html>