You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ma...@apache.org on 2004/01/29 20:39:49 UTC

cvs commit: jakarta-velocity-tools/examples/struts/examples/struts_app6 true.jsp

marino      2004/01/29 11:39:49

  Added:       examples/struts/examples/struts_app6 true.jsp
  Log:
  two new example applications that showcase SSL Ext for Struts and the SecureLinkTool
  
  Revision  Changes    Path
  1.1                  jakarta-velocity-tools/examples/struts/examples/struts_app6/true.jsp
  
  Index: true.jsp
  ===================================================================
  <%@page import="test.ssl.*" %>
  <%@ taglib uri="/WEB-INF/sslext.tld" prefix="sslext"%>
  <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
  <html>
  <head>
  </head>
  
  <body>
  <font size="+4"><center><%=request.getRequestURI()%></center></font>
  <br>
  <jsp:include page="top.html"/>
  <br>
  We are on the true page. The secure (SSL) action "true" forwards to this page.
  <br>
  <br>
  
  Try the <sslext:link page="/false_jsp.do" >false</sslext:link> page.
  <br>
  Try the <sslext:link page="/any_jsp.do" >any</sslext:link> page.
  <br>
  <br>
  Go to <sslext:link page="/formAction_jsp.do">form</sslext:link> test page.
  </body>
  </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org