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:38:23 UTC

cvs commit: jakarta-velocity-tools/examples/struts/examples/struts_app7 true.vm

marino      2004/01/29 11:38:23

  Added:       examples/struts/examples/struts_app7 true.vm
  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_app7/true.vm
  
  Index: true.vm
  ===================================================================
  <html>
  <head>
  </head>
  
  <body>
  <font size="+4"><center>$request.getRequestURI()</center></font>
  <br>
  #include("/examples/struts_app6/top.html")
  <br>
  We are on the true page. The secure (SSL) action "true" forwards to this page.
  <br>
  <br>
  
  Try the <a href="$slink.setAction("false")">false</a> page.
  <br>
  Try the <a href="$slink.setAction("any")">any</a> page.
  <br>
  <br>
  Go to <a href="$slink.setAction("formAction")">form</a> 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