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:41 UTC

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

marino      2004/01/29 11:39:41

  Added:       examples/struts/examples/struts_app6 submitted.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/submitted.jsp
  
  Index: submitted.jsp
  ===================================================================
  <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
  <%@ taglib uri="/WEB-INF/sslext.tld" prefix="sslext"%>
  <html>
  <head>
  </head>
  
  <body>
  <font size="+4"><center><%=request.getRequestURI()%></center></font>
  <br>
  We are on the submitted page.  These are the values that were posted:
  <br>
  <bean:write name="testForm" property="propA"/>
  <br>
  <bean:write name="testForm" property="propB"/>
  <br>
  <br>
  Return to <sslext:link page="/formAction_jsp.do" >form</sslext:link> test page.
  <br>
  <br>
  Go to <sslext:link page="/true_jsp.do" >true</sslext:link> page.
  <br>
  Go to <sslext:link page="/false_jsp.do" >false</sslext:link> page.
  <br>
  Go to <sslext:link page="/any_jsp.do" >any</sslext:link> page.
  </body>
  </html>
  
  
  

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